QueryContinueDragEventArgs(Int32, Boolean, DragAction) Constructor

Definición

Inicializa una nueva instancia de la clase 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)

Parámetros

keyState
Int32

Estado actual de las teclas MAYÚS, CTRL y ALT.

escapePressed
Boolean

true si se presionó la tecla ESC; en caso contrario, false.

action
DragAction

Valor DragAction.

Se aplica a

Consulte también