KeyboardEventArgs.KeyboardDevice Property

Definition

Gets the keyboard device associated with the input event.

public:
 property System::Windows::Input::KeyboardDevice ^ KeyboardDevice { System::Windows::Input::KeyboardDevice ^ get(); };
public System.Windows.Input.KeyboardDevice KeyboardDevice { get; }
member this.KeyboardDevice : System.Windows.Input.KeyboardDevice
Public ReadOnly Property KeyboardDevice As KeyboardDevice

Property Value

The logical keyboard device associated with the event.

Applies to

See also