QueryContinueDragEventArgs(Int32, Boolean, DragAction) Construtor

Definição

Inicializa uma nova instância da QueryContinueDragEventArgs classe.

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

O estado atual das teclas SHIFT, CTRL e ALT.

escapePressed
Boolean

true se a tecla ESC fosse pressionada; caso contrário, false.

action
DragAction

Um valor de DragAction.

Aplica-se a

Ver também