Class EcoreKeyEventArgs
Definition
- Namespace:
- Elm
Sharp
- Assembly:
- ElmSharp.dll
It inherits System.EventArgs. The EcoreKeyEventArgs is an EventArgs to record the Ecore event's key name and key code.
C#
Copy
[Obsolete("This has been deprecated in API12")]
public class EcoreKeyEventArgs : EventArgs
- Inheritance
-
objectSystem.
Event Args EcoreKey Event Args
Properties
Declaration
C#
Copy
[Obsolete("This has been deprecated in API12")]
public int KeyCode { get; }
Property Value
Type | Description |
---|---|
int |
Declaration
C#
Copy
[Obsolete("This has been deprecated in API12")]
public string KeyName { get; }
Property Value
Type | Description |
---|---|
string |
Methods
View Source
Create(IntPtr, EcoreEventType, IntPtr)
Creates and initializes a new instance of the EcoreKeyEventArgs class.
Declaration
C#
Copy
[Obsolete("This has been deprecated in API12")]
public static EcoreKeyEventArgs Create(IntPtr data, EcoreEventType type, IntPtr info)
Parameters
Type | Name | Description |
---|---|---|
System. |
data | data |
Ecore |
type | type |
System. |
info | information |
Returns
Type | Description |
---|---|
Ecore |
New instance of the EcoreKeyEventArgs class. |