Specifies the action that will be performed when the user drops a drag source into a drop target element.

Namespace:  C1.Silverlight
Assembly:  C1.Silverlight (in C1.Silverlight.dll)

Syntax

C#
public enum DragDropEffect
Visual Basic
Public Enumeration DragDropEffect

Members

Member nameValueDescription
None0 No action.
Move1 Move the source element into the target element.
Copy2 Copy the source element into the target element.

See Also