StylusButtonEventArgs(StylusDevice, Int32, StylusButton) Costruttore

Definizione

Inizializza una nuova istanza della classe 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)

Parametri

stylusDevice
StylusDevice

L'oggetto StylusDevice da associare all'evento.

timestamp
Int32

Il tempo in cui si verifica l'evento.

button
StylusButton

Oggetto StylusButton che genera l'evento.

Si applica a