TouchEventArgs(TouchDevice, Int32) Constructor

Definition

Initializes a new instance of the TouchEventArgs class.

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

The input device to associate with this event.

timestamp
Int32

The time when the input occurred.

Applies to