Class EcoreEvent

Definition

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

The event class for EcoreEvent.

C#
Copy
public class EcoreEvent : EcoreEvent<EventArgs>, IDisposable
Inheritance
Implements
System.IDisposable

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

Implements

System.IDisposable