StylusButtonEventArgs(StylusDevice, Int32, StylusButton) Constructor

Definitie

Initialiseert een nieuw exemplaar van de 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)

Parameters

stylusDevice
StylusDevice

De StylusDevice aan deze gebeurtenis te koppelen.

timestamp
Int32

Het tijdstip waarop de gebeurtenis plaatsvindt.

button
StylusButton

De StylusButton gebeurtenis wordt gegenereerd.

Van toepassing op