QueryContinueDragEventArgs(Int32, Boolean, DragAction) Oluşturucu

Tanım

QueryContinueDragEventArgs sınıfının yeni bir örneğini başlatır.

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)

Parametreler

keyState
Int32

SHIFT, CTRL ve ALT tuşlarının geçerli durumu.

escapePressed
Boolean

true ESC tuşuna basıldıysa; aksi takdirde , false.

action
DragAction

Bir DragAction değer.

Şunlara uygulanır

Ayrıca bkz.