QueryCursorEventArgs Konstruktoren

Definition

Initialisiert eine neue Instanz der QueryCursorEventArgs-Klasse.

Überlädt

Name Beschreibung
QueryCursorEventArgs(MouseDevice, Int32)

Initialisiert eine neue Instanz der QueryCursorEventArgs Klasse mithilfe des angegebenen Mausgeräts und des angegebenen Zeitstempels.

QueryCursorEventArgs(MouseDevice, Int32, StylusDevice)

Initialisiert eine neue Instanz der QueryCursorEventArgs Klasse mithilfe des angegebenen Mausgeräts, des Zeitstempels und des Eingabestifts.

QueryCursorEventArgs(MouseDevice, Int32)

Initialisiert eine neue Instanz der QueryCursorEventArgs Klasse mithilfe des angegebenen Mausgeräts und des angegebenen Zeitstempels.

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)

Parameter

mouse
MouseDevice

Das logische Mausgerät, das diesem Ereignis zugeordnet ist.

timestamp
Int32

Der Zeitpunkt, zu dem die Eingabe erfolgte.

Gilt für:

QueryCursorEventArgs(MouseDevice, Int32, StylusDevice)

Initialisiert eine neue Instanz der QueryCursorEventArgs Klasse mithilfe des angegebenen Mausgeräts, des Zeitstempels und des Eingabestifts.

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)

Parameter

mouse
MouseDevice

Das logische Mausgerät, das diesem Ereignis zugeordnet ist.

timestamp
Int32

Der Zeitpunkt, zu dem die Eingabe erfolgte.

stylusDevice
StylusDevice

Der Eingabestiftzeiger, der diesem Ereignis zugeordnet ist.

Gilt für: