QueryContinueDragEventArgs(Int32, Boolean, DragAction) Costruttore

Definizione

Inizializza una nuova istanza della classe 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)

Parametri

keyState
Int32

Stato corrente dei tasti MAIUSC, CTRL e ALT.

escapePressed
Boolean

true se è stato premuto il tasto ESC; in caso contrario, false.

action
DragAction

Valore DragAction.

Si applica a

Vedi anche