QueryContinueDragEventArgs(Int32, Boolean, DragAction) Konstruktor

Definition

Initierar en ny instans av QueryContinueDragEventArgs klassen.

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)

Parametrar

keyState
Int32

Det aktuella tillståndet för SKIFT-, CTRL- och ALT-tangenterna.

escapePressed
Boolean

trueom ESC-tangenten trycktes på; annars . false

action
DragAction

Ett DragAction värde.

Gäller för

Se även