Compartilhar via


StylusButtonEventArgs(StylusDevice, Int32, StylusButton) Construtor

Definição

Inicializa uma nova instância da 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)

Parâmetros

stylusDevice
StylusDevice

O StylusDevice a ser associado a este evento.

timestamp
Int32

A hora em que o evento ocorre.

button
StylusButton

O StylusButton que gera o evento.

Aplica-se a