QueryContinueDragEventArgs(Int32, Boolean, DragAction) Konstruktor

Definition

Initialisiert eine neue Instanz der 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)

Parameter

keyState
Int32

Der aktuelle Zustand der UMSCHALT-, STRG- und ALT-TASTE.

escapePressed
Boolean

truewenn die ESC-Taste gedrückt wurde; andernfalls . false

action
DragAction

Ein DragAction-Wert.

Gilt für:

Weitere Informationen