StylusSystemGestureEventArgs(StylusDevice, Int32, SystemGesture) Constructor

Definición

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

StylusDevice que se va a asociar con el evento.

timestamp
Int32

Hora en la que produce el evento.

systemGesture
SystemGesture

SystemGesture que generó el evento.

Se aplica a

Consulte también