Sdílet prostřednictvím


InputEventArgs(InputDevice, Int32) Konstruktor

Definice

Inicializuje novou instanci InputEventArgs třídy.

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)

Parametry

inputDevice
InputDevice

Vstupní zařízení, které se má přidružit k této události.

timestamp
Int32

Čas, kdy došlo ke vstupu.

Platí pro