Constructor EventIdEnum
EventIdEnum(Int32)
Initialises a new EventIdEnum<TDerived> instance with the given event ID.
Declaration
protected EventIdEnum(int value)
Parameters
Type | Name | Description |
---|---|---|
Int32 | value | Event ID repesented by the enum member. |