QueryContinueDragEventArgs
Wisej.Web.QueryContinueDragEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.5.0.0)
Provides data for the QueryContinueDrag event.
Constructors
QueryContinueDragEventArgs(args)
Initializes a new instance of the QueryContinueDragEventArgs class.
Name
Type
Description
args
The arguments received from the client.
Properties
Action
DragAction: Returns or sets the status of a drag-and-drop operation.
EscapePressed
Boolean: Returns if the user pressed the ESC key.
KeyState
Int32: Returns the current state of the SHIFT, CTRL, and ALT keys.
Used By
Name
Description
Last updated