QueryContinueDragEventArgs(Int32, Boolean, DragAction) Construtor
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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.