TouchEventArgs(TouchDevice, Int32) Konstruktor

Definice

Inicializuje novou instanci TouchEventArgs třídy.

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)

Parametry

touchDevice
TouchDevice

Vstupní zařízení, které se má přidružit k této události.

timestamp
Int32

Čas, kdy došlo ke vstupu.

Platí pro