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

The StylusDevice to associate with this event.

timestamp
Int32

Der Zeitpunkt, zu dem das Ereignis eintritt.

button
StylusButton

Dadurch StylusButton wird das Ereignis ausgelöst.

Gilt für: