TouchEventArgs(TouchDevice, Int32) Constructor

Definitie

Initialiseert een nieuw exemplaar van de 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)

Parameters

touchDevice
TouchDevice

Het invoerapparaat dat aan deze gebeurtenis moet worden gekoppeld.

timestamp
Int32

Het tijdstip waarop de invoer is opgetreden.

Van toepassing op