InputEventArgs(InputDevice, Int32) Konstruktor

Definition

Initierar en ny instans av InputEventArgs klassen.

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)

Parametrar

inputDevice
InputDevice

Den indataenhet som ska associeras med den här händelsen.

timestamp
Int32

Den tid då indata inträffade.

Gäller för