StylusButtonEventArgs(StylusDevice, Int32, StylusButton) Constructor

Definición

Inicializa una nueva instancia de la clase 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)

Parámetros

stylusDevice
StylusDevice

StylusDevice que se va a asociar con este evento.

timestamp
Int32

Hora en la que se produce el evento.

button
StylusButton

StylusButton que generó el evento.

Se aplica a