QueryContinueDragEventArgs
Wisej.Web.QueryContinueDragEventArgs
Last updated
Wisej.Web.QueryContinueDragEventArgs
Last updated
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.0.0)
Provides data for the QueryContinueDrag event.
Initializes a new instance of the QueryContinueDragEventArgs class.
Name | Type | Description |
---|---|---|
args | The arguments received from the client. |
DragAction: Returns or sets the status of a drag-and-drop operation.
Boolean: Returns if the user pressed the ESC key.
Int32: Returns the current state of the SHIFT, CTRL, and ALT keys.
Name | Description |
---|---|
Represents the method that will handle the QueryContinueDrag event of a Control. |