Class KeyboardInfo
A class that provides data for performed keyboard actions.
Inheritance
System.Object
KeyboardInfo
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public class KeyboardInfo : Object
Constructors
KeyboardInfo(RadKeyboardKey, Action)
Initializes a new instance of the Keyboard
Declaration
public KeyboardInfo(RadKeyboardKey key, Action markEventArgsAsHandled)
Parameters
Rad The pressed keyboard key. |
System. Whether the event args be marked as handled. |