DragEventArgs Konstruktory
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przeciążenia
| Nazwa | Opis |
|---|---|
| DragEventArgs(IDataObject, Int32, Int32, Int32, DragDropEffects, DragDropEffects) |
Inicjuje nowe wystąpienie klasy DragEventArgs. |
| DragEventArgs(IDataObject, Int32, Int32, Int32, DragDropEffects, DragDropEffects, DropImageType, String, String) |
Inicjuje nowe wystąpienie klasy DragEventArgs. |
DragEventArgs(IDataObject, Int32, Int32, Int32, DragDropEffects, DragDropEffects)
- Źródło:
- DragEventArgs.cs
- Źródło:
- DragEventArgs.cs
- Źródło:
- DragEventArgs.cs
- Źródło:
- DragEventArgs.cs
- Źródło:
- DragEventArgs.cs
Inicjuje nowe wystąpienie klasy DragEventArgs.
public:
DragEventArgs(System::Windows::Forms::IDataObject ^ data, int keyState, int x, int y, System::Windows::Forms::DragDropEffects allowedEffect, System::Windows::Forms::DragDropEffects effect);
public DragEventArgs(System.Windows.Forms.IDataObject data, int keyState, int x, int y, System.Windows.Forms.DragDropEffects allowedEffect, System.Windows.Forms.DragDropEffects effect);
public DragEventArgs(System.Windows.Forms.IDataObject? data, int keyState, int x, int y, System.Windows.Forms.DragDropEffects allowedEffect, System.Windows.Forms.DragDropEffects effect);
new System.Windows.Forms.DragEventArgs : System.Windows.Forms.IDataObject * int * int * int * System.Windows.Forms.DragDropEffects * System.Windows.Forms.DragDropEffects -> System.Windows.Forms.DragEventArgs
Public Sub New (data As IDataObject, keyState As Integer, x As Integer, y As Integer, allowedEffect As DragDropEffects, effect As DragDropEffects)
Parametry
- data
- IDataObject
Dane skojarzone z tym zdarzeniem.
- keyState
- Int32
Bieżący stan klawiszy SHIFT, CTRL i ALT.
- x
- Int32
Współrzędna x kursora myszy w pikselach.
- y
- Int32
Współrzędna y kursora myszy w pikselach.
- allowedEffect
- DragDropEffects
DragDropEffects Jedna z wartości.
- effect
- DragDropEffects
DragDropEffects Jedna z wartości.
Zobacz też
Dotyczy
DragEventArgs(IDataObject, Int32, Int32, Int32, DragDropEffects, DragDropEffects, DropImageType, String, String)
- Źródło:
- DragEventArgs.cs
- Źródło:
- DragEventArgs.cs
- Źródło:
- DragEventArgs.cs
- Źródło:
- DragEventArgs.cs
- Źródło:
- DragEventArgs.cs
Inicjuje nowe wystąpienie klasy DragEventArgs.
public:
DragEventArgs(System::Windows::Forms::IDataObject ^ data, int keyState, int x, int y, System::Windows::Forms::DragDropEffects allowedEffect, System::Windows::Forms::DragDropEffects effect, System::Windows::Forms::DropImageType dropImageType, System::String ^ message, System::String ^ messageReplacementToken);
public DragEventArgs(System.Windows.Forms.IDataObject? data, int keyState, int x, int y, System.Windows.Forms.DragDropEffects allowedEffect, System.Windows.Forms.DragDropEffects effect, System.Windows.Forms.DropImageType dropImageType, string? message, string? messageReplacementToken);
public DragEventArgs(System.Windows.Forms.IDataObject? data, int keyState, int x, int y, System.Windows.Forms.DragDropEffects allowedEffect, System.Windows.Forms.DragDropEffects effect, System.Windows.Forms.DropImageType dropImageType, string message, string messageReplacementToken);
new System.Windows.Forms.DragEventArgs : System.Windows.Forms.IDataObject * int * int * int * System.Windows.Forms.DragDropEffects * System.Windows.Forms.DragDropEffects * System.Windows.Forms.DropImageType * string * string -> System.Windows.Forms.DragEventArgs
Public Sub New (data As IDataObject, keyState As Integer, x As Integer, y As Integer, allowedEffect As DragDropEffects, effect As DragDropEffects, dropImageType As DropImageType, message As String, messageReplacementToken As String)
Parametry
- data
- IDataObject
- keyState
- Int32
- x
- Int32
- y
- Int32
- allowedEffect
- DragDropEffects
- effect
- DragDropEffects
- dropImageType
- DropImageType
- message
- String
- messageReplacementToken
- String