StylusSystemGestureEventArgs(StylusDevice, Int32, SystemGesture) Constructeur

Définition

Initialise une nouvelle instance de la 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)

Paramètres

stylusDevice
StylusDevice

À StylusDevice associer à l’événement.

timestamp
Int32

Heure à laquelle l’événement se produit.

systemGesture
SystemGesture

Qui SystemGesture déclenche l’événement.

S’applique à

Voir aussi