Skip to main content
Version: 3.5

QueryContinueDragEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Provides data for the QueryContinueDrag event.

public class QueryContinueDragEventArgs : EventArgs

Constructors

Instance memberQueryContinueDragEventArgs(args)

Initializes a new instance of the QueryContinueDragEventArgs class.

NameTypeDescription
argsWisejEventArgsThe arguments received from the client.

Properties

Instance memberAction

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

Instance memberEscapePressed

Boolean: Returns if the user pressed the ESC key.

Instance memberKeyState

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

Instance memberModifiers

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.