QueryContinueDragEventArgs(Int32, Boolean, DragAction) Constructor

Definitie

Initialiseert een nieuw exemplaar van de QueryContinueDragEventArgs klasse.

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

De huidige status van de toetsen Shift, Ctrl en Alt.

escapePressed
Boolean

true als de ESC-toets is ingedrukt; anders, false.

action
DragAction

Een DragAction waarde.

Van toepassing op

Zie ook