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

入力が発生した時刻。

適用対象