__Event

[This is preliminary documentation and subject to change.]

The __Event system class is an abstract base class that forms the superclass for all types of events. All new event types must ultimately derive from __Event. All built-in event types derive from this class. Note that this class has no default properties.

Note: the user may not directly derive from this class. All new user-defined event types must derive from __ExtrinsicEvent.

class __Event : __IndicationRelated
{
};
 

Properties

None.

See Also

__ClassOperationEvent, __ExtrinsicEvent, __InstanceOperationEvent, __NamespaceOperationEvent