QueryCursorEventArgs Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy QueryCursorEventArgs.

Przeciążenia

QueryCursorEventArgs(MouseDevice, Int32)

Inicjuje QueryCursorEventArgs nowe wystąpienie klasy przy użyciu określonego urządzenia myszy i określonego znacznika czasu.

QueryCursorEventArgs(MouseDevice, Int32, StylusDevice)

Inicjuje QueryCursorEventArgs nowe wystąpienie klasy przy użyciu określonego urządzenia myszy, znacznika czasu i rysika.

QueryCursorEventArgs(MouseDevice, Int32)

Inicjuje QueryCursorEventArgs nowe wystąpienie klasy przy użyciu określonego urządzenia myszy i określonego znacznika czasu.

public:
 QueryCursorEventArgs(System::Windows::Input::MouseDevice ^ mouse, int timestamp);
public QueryCursorEventArgs (System.Windows.Input.MouseDevice mouse, int timestamp);
new System.Windows.Input.QueryCursorEventArgs : System.Windows.Input.MouseDevice * int -> System.Windows.Input.QueryCursorEventArgs
Public Sub New (mouse As MouseDevice, timestamp As Integer)

Parametry

mouse
MouseDevice

Urządzenie logiczne myszy skojarzone z tym zdarzeniem.

timestamp
Int32

Godzina wystąpienia danych wejściowych.

Dotyczy

QueryCursorEventArgs(MouseDevice, Int32, StylusDevice)

Inicjuje QueryCursorEventArgs nowe wystąpienie klasy przy użyciu określonego urządzenia myszy, znacznika czasu i rysika.

public:
 QueryCursorEventArgs(System::Windows::Input::MouseDevice ^ mouse, int timestamp, System::Windows::Input::StylusDevice ^ stylusDevice);
public QueryCursorEventArgs (System.Windows.Input.MouseDevice mouse, int timestamp, System.Windows.Input.StylusDevice stylusDevice);
new System.Windows.Input.QueryCursorEventArgs : System.Windows.Input.MouseDevice * int * System.Windows.Input.StylusDevice -> System.Windows.Input.QueryCursorEventArgs
Public Sub New (mouse As MouseDevice, timestamp As Integer, stylusDevice As StylusDevice)

Parametry

mouse
MouseDevice

Urządzenie logiczne myszy skojarzone z tym zdarzeniem.

timestamp
Int32

Godzina wystąpienia danych wejściowych.

stylusDevice
StylusDevice

Wskaźnik rysika skojarzony z tym zdarzeniem.

Dotyczy