Class
KeyboardInfo

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

RadKeyboardKey

The pressed keyboard key.

markEventArgsAsHandled

Action

Whether the event args be marked as handled.

Fields

key

Gets the keyboard key that was pressed.

Declaration

cs-api-definition
public readonly RadKeyboardKey key

Field Value

RadKeyboardKey