InputEventArgs(InputDevice, Int32) Konstruktor

Definicja

Inicjuje nowe wystąpienie klasy 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)

Parametry

inputDevice
InputDevice

Urządzenie wejściowe do skojarzenia z tym zdarzeniem.

timestamp
Int32

Godzina wystąpienia danych wejściowych.

Dotyczy