Class EvasKeyEventArgs
Definition
- Namespace:
- ElmSharp
- Assembly:
- ElmSharp.dll
- API Level:
- preview
The EvasKeyEventArgs is a EvasKey EventArgs.
public class EvasKeyEventArgs : EventArgs
- Inheritance
Fields
View SourcePlatformBackButtonName
BackButton name in platform.
Declaration
public const string PlatformBackButtonName = "XF86Back"
Field Value
Type | Description |
---|---|
String |
API Level: preview
View SourcePlatformHomeButtonName
HomeButton name in platform.
Declaration
public const string PlatformHomeButtonName = "XF86Home"
Field Value
Type | Description |
---|---|
String |
API Level: preview
View SourcePlatformMenuButtonName
MenuButton name in platform.
Declaration
public const string PlatformMenuButtonName = "XF86Menu"
Field Value
Type | Description |
---|---|
String |
API Level: preview
Properties
View SourceFlags
Sets or gets the flags.
Declaration
public EvasEventFlag Flags { get; set; }
Property Value
Type | Description |
---|---|
EvasEventFlag |
API Level: preview
View SourceKeyName
Gets the name of the key.
Declaration
public string KeyName { get; }
Property Value
Type | Description |
---|---|
String |
API Level: preview
Methods
View SourceCreate(IntPtr, IntPtr, IntPtr)
Creates and initializes a new instance of the EvasKeyEventArgs class.
Declaration
public static EvasKeyEventArgs Create(IntPtr data, IntPtr obj, IntPtr info)
Parameters
Type | Name | Description |
---|---|---|
IntPtr | data | The data information. |
IntPtr | obj | The object. |
IntPtr | info | The information. |
Returns
Type | Description |
---|---|
EvasKeyEventArgs | EvasKey eventArgs. |