Basic Library for WPF and Silverlight | ComponentOne
C1.Silverlight Namespace / DropAction Enumeration

In This Topic
    DropAction Enumeration
    In This Topic
    Specifies the action that will be performed when the user drops a drag source into a drop target element.
    Syntax
    'Declaration
     
    
    Public Enum DropAction 
       Inherits System.Enum
    public enum DropAction : System.Enum 
    Members
    MemberDescription
    CopyCopy the source element into the target element.
    MoveMove the source element into the target element.
    NoneNo action.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Silverlight.DropAction

    See Also