Enum DragAction
Specifies how and if a drag-and-drop operation should continue.
Namespace: Microsoft.Windows
Assembly: OpenSilver.Controls.Toolkit.dll
Syntax
public enum DragAction
Fields
| Name | Description |
|---|---|
| Cancel | The operation is canceled with no drop message. |
| Continue | The operation will continue. |
| Drop | The operation will stop with a drop. |