TouchEventArgs(TouchDevice, Int32) Konstruktor

Definition

Initialisiert eine neue Instanz der TouchEventArgs-Klasse.

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)

Parameter

touchDevice
TouchDevice

Das Eingabegerät, das diesem Ereignis zugeordnet werden soll.

timestamp
Int32

Die Zeit der Eingabe.

Gilt für: