QueryContinueDragEventArgs
Wisej.Web.QueryContinueDragEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.0.0)
Provides data for the QueryContinueDrag event.
public class QueryContinueDragEventArgs : EventArgs
Constructors
QueryContinueDragEventArgs(args)

Initializes a new instance of the QueryContinueDragEventArgs class.
Name
Type
Description
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
Represents the method that will handle the QueryContinueDrag event of a Control.
Last updated
Was this helpful?