TouchEventArgs(TouchDevice, Int32) Konstruktor

Definition

Initierar en ny instans av TouchEventArgs klassen.

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)

Parametrar

touchDevice
TouchDevice

Den indataenhet som ska associeras med den här händelsen.

timestamp
Int32

Den tid då indata inträffade.

Gäller för