Class EcoreEvent
Definition
- Namespace:
- ElmSharp
- Assembly:
- ElmSharp.dll
The event class for EcoreEvent.
public class EcoreEvent : EcoreEvent<EventArgs>, IDisposable
- Inheritance
- Implements
-
System.IDisposable
Constructors
View SourceEcoreEvent(EcoreEventType)
Creates and initializes a new instance of the EcoreEvent class.
Declaration
public EcoreEvent(EcoreEventType type)
Parameters
Type | Name | Description |
---|---|---|
EcoreEventType | type | EcoreEventType |
Implements
System.IDisposable