KeyboardEventArgs(KeyboardDevice, Int32) Constructor

Definition

Initializes a new instance of the KeyboardEventArgs class.

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)

Parameters

keyboard
KeyboardDevice

The logical keyboard device associated with this event.

timestamp
Int32

The time when the input occurred.

Applies to

See also