KeyboardEventArgs::KeyboardDevice Property

 

Gets the keyboard device associated with the input event.

Namespace:   System.Windows.Input
Assembly:  PresentationCore (in PresentationCore.dll)

public:
property KeyboardDevice^ KeyboardDevice {
	KeyboardDevice^ get();
}

Property Value

Type: System.Windows.Input::KeyboardDevice^

The logical keyboard device associated with the event.

.NET Framework
Available since 3.0
Return to top
Show: