InputEventArgs(InputDevice, Int32) Конструктор

Определение

Инициализирует новый экземпляр класса InputEventArgs.

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)

Параметры

inputDevice
InputDevice

Устройство ввода, связываемое с этим событием.

timestamp
Int32

Время, когда был выполнен ввод.

Применяется к