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

发生输入的时间。

适用于