TouchEventArgs(TouchDevice, Int32) Constructeur

Définition

Initialise une nouvelle instance de la classe TouchEventArgs.

public:
 TouchEventArgs(System::Windows::Input::TouchDevice ^ touchDevice, int timestamp);
public TouchEventArgs (System.Windows.Input.TouchDevice touchDevice, int timestamp);
new System.Windows.Input.TouchEventArgs : System.Windows.Input.TouchDevice * int -> System.Windows.Input.TouchEventArgs
Public Sub New (touchDevice As TouchDevice, timestamp As Integer)

Paramètres

touchDevice
TouchDevice

Périphérique d'entrée à associer à cet événement.

timestamp
Int32

Heure à laquelle l'entrée s'est produite.

S’applique à