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 KeyboardInfo class.
Declaration
public KeyboardInfo(RadKeyboardKey key, Action markEventArgsAsHandled)
Parameters
RadKeyboardKey
key
The pressed keyboard key. |
System.Action
markEventArgsAsHandled
Whether the event args be marked as handled. |