TouchEventArgs(TouchDevice, Int32) Oluşturucu

Tanım

TouchEventArgs sınıfının yeni bir örneğini başlatır.

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)

Parametreler

touchDevice
TouchDevice

Bu olayla ilişkilendirilecek giriş cihazı.

timestamp
Int32

Girişin gerçekleştiği saat.

Şunlara uygulanır