Condividi tramite


StylusSystemGestureEventArgs(StylusDevice, Int32, SystemGesture) Costruttore

Definizione

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

Parametri

stylusDevice
StylusDevice

Oggetto StylusDevice da associare all'evento.

timestamp
Int32

Ora in cui si verifica l'evento.

systemGesture
SystemGesture

Oggetto SystemGesture che genera l'evento.

Si applica a

Vedi anche