QueryContinueDragEventArgs(Int32, Boolean, DragAction) Konstruktor

Definicja

Inicjuje nowe wystąpienie klasy QueryContinueDragEventArgs.

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)

Parametry

keyState
Int32

Bieżący stan klawiszy SHIFT, CTRL i ALT.

escapePressed
Boolean

true w przypadku naciśnięcia klawisza ESC; w przeciwnym razie , false.

action
DragAction

Wartość DragAction .

Dotyczy

Zobacz też