Class EcoreEvent

Definition

Namespace:
ElmSharp
Assembly:
ElmSharp.dll
API Level:
preview

The event class for EcoreEvent.

C#
Copy
public class EcoreEvent : EcoreEvent<EventArgs>
Inheritance
EcoreEvent<EventArgs>
EcoreEvent

Constructors

View Source

EcoreEvent(EcoreEventType)

Creates and initializes a new instance of the EcoreEvent class.

Declaration
C#
Copy
public EcoreEvent(EcoreEventType type)
Parameters
Type Name Description
EcoreEventType type

EcoreEventType

API Level: preview

Extension Methods