StylusButtonEventArgs(StylusDevice, Int32, StylusButton) Konstruktor

Definicja

Inicjuje nowe wystąpienie klasy 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)

Parametry

stylusDevice
StylusDevice

Element do skojarzenia StylusDevice z tym zdarzeniem.

timestamp
Int32

Czas wystąpienia zdarzenia.

button
StylusButton

Element StylusButton , który wywołuje zdarzenie.

Dotyczy