Bagikan melalui


StylusButtonEventArgs(StylusDevice, Int32, StylusButton) Konstruktor

Definisi

Menginisialisasi instans baru kelas StylusButtonEventArgs.

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

StylusDevice untuk mengaitkan dengan peristiwa ini.

timestamp
Int32

Waktu ketika peristiwa terjadi.

button
StylusButton

yang StylusButton meningkatkan peristiwa.

Berlaku untuk