Share via


InputEventArgs(InputDevice, Int32) Oluşturucu

Tanım

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

public:
 InputEventArgs(System::Windows::Input::InputDevice ^ inputDevice, int timestamp);
public InputEventArgs (System.Windows.Input.InputDevice inputDevice, int timestamp);
new System.Windows.Input.InputEventArgs : System.Windows.Input.InputDevice * int -> System.Windows.Input.InputEventArgs
Public Sub New (inputDevice As InputDevice, timestamp As Integer)

Parametreler

inputDevice
InputDevice

Bu olayla ilişkilendirilecek giriş cihazı.

timestamp
Int32

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

Şunlara uygulanır