Skip to main content
Version: 4.1

QueryContinueDragEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (4.1.0.0)

Provides data for the QueryContinueDrag event.

public class QueryContinueDragEventArgs : EventArgs

Constructors​

Instance member QueryContinueDragEventArgs(args)​

Initializes a new instance of the QueryContinueDragEventArgs class.

NameTypeDescription
argsWisejEventArgsThe arguments received from the client.

Properties​

Instance member Action​

DragAction: Returns or sets the status of a drag-and-drop operation.

Instance member EscapePressed​

Boolean: Returns if the user pressed the ESC key.

Instance member KeyState​

Int32: Returns the current state of the SHIFT, CTRL, and ALT keys.

Instance member Modifiers​

Keys: Returns a value indicating which of the modifier keys (SHIFT, CTRL, and ALT) is in a pressed state.

Used By​

NameDescription
QueryContinueDragEventHandlerRepresents the method that will handle the QueryContinueDrag event of a Control.