Partilhar via


QueryContinueDragEventArgs(Int32, Boolean, DragAction) Construtor

Definição

Inicializa uma nova instância da 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)

Parâmetros

keyState
Int32

O estado atual das teclas SHIFT, CTRL e ALT.

escapePressed
Boolean

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

action
DragAction

Um valor DragAction.

Aplica-se a

Confira também