Share via


StylusSystemGestureEventArgs(StylusDevice, Int32, SystemGesture) Construtor

Definição

Inicializa uma nova instância da classe StylusSystemGestureEventArgs.

public:
 StylusSystemGestureEventArgs(System::Windows::Input::StylusDevice ^ stylusDevice, int timestamp, System::Windows::Input::SystemGesture systemGesture);
public StylusSystemGestureEventArgs (System.Windows.Input.StylusDevice stylusDevice, int timestamp, System.Windows.Input.SystemGesture systemGesture);
new System.Windows.Input.StylusSystemGestureEventArgs : System.Windows.Input.StylusDevice * int * System.Windows.Input.SystemGesture -> System.Windows.Input.StylusSystemGestureEventArgs
Public Sub New (stylusDevice As StylusDevice, timestamp As Integer, systemGesture As SystemGesture)

Parâmetros

stylusDevice
StylusDevice

O StylusDevice a ser associado ao evento.

timestamp
Int32

A hora em que o evento ocorre.

systemGesture
SystemGesture

O SystemGesture que gera o evento.

Aplica-se a

Confira também