StylusButtonEventArgs(StylusDevice, Int32, StylusButton) Konstruktor

Definition

Initialisiert eine neue Instanz der StylusButtonEventArgs-Klasse.

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

Parameter

stylusDevice
StylusDevice

Das StylusDevice, das diesem Ereignis zugeordnet werden soll.

timestamp
Int32

Die Zeit, zu der das Ereignis eintritt.

button
StylusButton

Das StylusButton, das das Ereignis auslöst.

Gilt für: