DragAction
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Specifies how and if a drag-and-drop operation should continue.
- C#
- VB.NET
public enum DragAction : Enum
Public Enum DragAction As [Enum]
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. |
Used By
| Name | Description |
|---|---|
| QueryContinueDragEventArgs.Action | Returns or sets the status of a drag-and-drop operation. |