QueryContinueDragEventArgs

Wisej.Web.QueryContinueDragEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Provides data for the QueryContinueDrag event.

public class QueryContinueDragEventArgs : EventArgs

Constructors

Initializes a new instance of the QueryContinueDragEventArgs class.

NameTypeDescription

args

The arguments received from the client.

Properties

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.

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

Used By

NameDescription

Represents the method that will handle the QueryContinueDrag event of a Control.

Last updated