QueryCursorEventArgs Konstruktoren

Definition

Initialisiert eine neue Instanz der QueryCursorEventArgs-Klasse.

Überlädt

QueryCursorEventArgs(MouseDevice, Int32)

Initialisiert eine neue Instanz der QueryCursorEventArgs-Klasse unter Verwendung des angegebenen Mausgeräts und des angegebenen Timestamps.

QueryCursorEventArgs(MouseDevice, Int32, StylusDevice)

Initialisiert eine neue Instanz der QueryCursorEventArgs-Klasse unter Verwendung des angegebenen Mausgeräts, Timestamps und Tablettstiftsgeräts.

QueryCursorEventArgs(MouseDevice, Int32)

Initialisiert eine neue Instanz der QueryCursorEventArgs-Klasse unter Verwendung des angegebenen Mausgeräts und des angegebenen Timestamps.

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

Die Zeit der Eingabe.

Gilt für:

QueryCursorEventArgs(MouseDevice, Int32, StylusDevice)

Initialisiert eine neue Instanz der QueryCursorEventArgs-Klasse unter Verwendung des angegebenen Mausgeräts, Timestamps und Tablettstiftsgeräts.

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

Die Zeit der Eingabe.

stylusDevice
StylusDevice

Der Tablettstiftzeiger, der diesem Ereignis zugeordnet ist.

Gilt für: