Class EvasKeyEventArgs
Definition
- Namespace:
- ElmSharp
- Assembly:
- ElmSharp.dll
The EvasKeyEventArgs is a EvasKey EventArgs.
C#Copy[Obsolete("This has been deprecated in API12")] public class EvasKeyEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsEvasKeyEventArgs
Fields
Declaration
C#Copy[Obsolete("This has been deprecated in API12")] public const string PlatformBackButtonName = "XF86Back"
Field Value
| Type | Description |
|---|---|
| string |
Declaration
C#Copy[Obsolete("This has been deprecated in API12")] public const string PlatformHomeButtonName = "XF86Home"
Field Value
| Type | Description |
|---|---|
| string |
Declaration
C#Copy[Obsolete("This has been deprecated in API12")] public const string PlatformMenuButtonName = "XF86Menu"
Field Value
| Type | Description |
|---|---|
| string |
Properties
Declaration
C#Copy[Obsolete("This has been deprecated in API12")] public EvasEventFlag Flags { get; set; }
Property Value
| Type | Description |
|---|---|
| EvasEventFlag |
Declaration
C#Copy[Obsolete("This has been deprecated in API12")] public string KeyName { get; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
View Source
Create(IntPtr, IntPtr, IntPtr)
Creates and initializes a new instance of the EvasKeyEventArgs class.
Declaration
C#Copy[Obsolete("This has been deprecated in API12")] public static EvasKeyEventArgs Create(IntPtr data, IntPtr obj, IntPtr info)
Parameters
| Type | Name | Description |
|---|---|---|
| System.IntPtr | data | The data information. |
| System.IntPtr | obj | The object. |
| System.IntPtr | info | The information. |
Returns
| Type | Description |
|---|---|
| EvasKeyEventArgs | EvasKey eventArgs. |