ComponentOne Basic Library for WPF and Silverlight
DragDropEffect Enumeration


C1.WPF Namespace : DragDropEffect Enumeration
Specifies the action that will be performed when the user drops a drag source into a drop target element.
Syntax
'Declaration
 
Public Enum DragDropEffect 
   Inherits System.Enum
'Usage
 
Dim instance As DragDropEffect
public enum DragDropEffect : 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.WPF.DragDropEffect

See Also

Reference

C1.WPF Namespace