InputEventArgs(InputDevice, Int32) Konstruktor

Definition

Initialisiert eine neue Instanz der InputEventArgs-Klasse.

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)

Parameter

inputDevice
InputDevice

Das Eingabegerät, das diesem Ereignis zugeordnet werden soll.

timestamp
Int32

Die Zeit der Eingabe.

Gilt für: