Definition
- Namespace:
- ElmSharp
- Assembly:
- ElmSharp.dll
The EcoreEventType is a type of EcoreEvent.
It includes some predefined instance.
[Obsolete("This has been deprecated in API12")]
public class EcoreEventType
- Inheritance
-
Fields
Declaration
[Obsolete("This has been deprecated in API12")]
public static readonly EcoreEventType KeyDown
Field Value
Declaration
[Obsolete("This has been deprecated in API12")]
public static readonly EcoreEventType KeyUp
Field Value
Declaration
[Obsolete("This has been deprecated in API12")]
public static readonly EcoreEventType MouseButtonCancel
Field Value
Declaration
[Obsolete("This has been deprecated in API12")]
public static readonly EcoreEventType MouseButtonDown
Field Value
Declaration
[Obsolete("This has been deprecated in API12")]
public static readonly EcoreEventType MouseButtonUp
Field Value
Declaration
[Obsolete("This has been deprecated in API12")]
public static readonly EcoreEventType MouseIn
Field Value
Declaration
[Obsolete("This has been deprecated in API12")]
public static readonly EcoreEventType MouseMove
Field Value
Declaration
[Obsolete("This has been deprecated in API12")]
public static readonly EcoreEventType MouseOut
Field Value
Declaration
[Obsolete("This has been deprecated in API12")]
public static readonly EcoreEventType MouseWheel
Field Value
Methods
View Source
GetValue()
Gets the value associated with the specified type.
Declaration
[Obsolete("This has been deprecated in API12")]
public int GetValue()
Returns
| Type |
Description |
| int |
The value of type.
|