KeyboardEventArgs(KeyboardDevice, Int32) Konstruktor

Definition

Initierar en ny instans av KeyboardEventArgs klassen.

public:
 KeyboardEventArgs(System::Windows::Input::KeyboardDevice ^ keyboard, int timestamp);
public KeyboardEventArgs(System.Windows.Input.KeyboardDevice keyboard, int timestamp);
new System.Windows.Input.KeyboardEventArgs : System.Windows.Input.KeyboardDevice * int -> System.Windows.Input.KeyboardEventArgs
Public Sub New (keyboard As KeyboardDevice, timestamp As Integer)

Parametrar

keyboard
KeyboardDevice

Den logiska tangentbordsenhet som är associerad med den här händelsen.

timestamp
Int32

Den tid då indata inträffade.

Gäller för

Se även