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

輸入的時間。

適用於