DragAction
Wisej.Web.DragAction
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.1.0.0)
Specifies how and if a drag-and-drop operation should continue.
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 |
---|---|
Returns or sets the status of a drag-and-drop operation. |
Last updated