Specifies the action that will be performed when the user drops a drag source into a drop target element.
Namespace:
C1.SilverlightAssembly: C1.Silverlight (in C1.Silverlight.dll)
Syntax
| C# |
|---|
public enum DragDropEffect |
| Visual Basic |
|---|
Public Enumeration DragDropEffect |
Members
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | No action. | |
| Move | 1 | Move the source element into the target element. | |
| Copy | 2 | Copy the source element into the target element. |