ClassKeyboardInfo
Class
A class that provides data for performed keyboard actions.
Definition
Namespace:Telerik.Maui.Controls
Assembly:Telerik.Maui.Controls.dll
Syntax:
cs-api-definition
public class KeyboardInfo
Inheritance: objectKeyboardInfo
Constructors
KeyboardInfo(RadKeyboardKey, Action)
Initializes a new instance of the KeyboardInfo class.
Declaration
cs-api-definition
public KeyboardInfo(RadKeyboardKey key, Action markEventArgsAsHandled)
Parameters
key
The pressed keyboard key.
markEventArgsAsHandled
Whether the event args be marked as handled.
Fields
key
Gets the keyboard key that was pressed.