[]
Specifies the action that will be performed when the user drops a drag source into a drop target element.
public enum DragDropEffect
| Name | Description |
|---|---|
| Copy | Copy the source element into the target element. |
| Move | Move the source element into the target element. |
| None | No action. |