QueryContinueDragEventArgs(Int32, Boolean, DragAction) Constructor

Definition

Initializes a new instance of the QueryContinueDragEventArgs class.

public:
 QueryContinueDragEventArgs(int keyState, bool escapePressed, System::Windows::Forms::DragAction action);
public QueryContinueDragEventArgs (int keyState, bool escapePressed, System.Windows.Forms.DragAction action);
new System.Windows.Forms.QueryContinueDragEventArgs : int * bool * System.Windows.Forms.DragAction -> System.Windows.Forms.QueryContinueDragEventArgs
Public Sub New (keyState As Integer, escapePressed As Boolean, action As DragAction)

Parameters

keyState
Int32

The current state of the SHIFT, CTRL, and ALT keys.

escapePressed
Boolean

true if the ESC key was pressed; otherwise, false.

action
DragAction

A DragAction value.

Applies to

See also