TouchEventArgs(TouchDevice, Int32) 构造函数

定义

初始化 TouchEventArgs 类的新实例。

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)

参数

touchDevice
TouchDevice

要与此事件关联的输入设备。

timestamp
Int32

发生输入的时间。

适用于