Manages events and receivers.
Emit an event.
Check whether an event has any subscription at all.
Check whether a receiver class is subscribed to an event.
Subscribe a receiver class instance to an event.
Unsubscribe a receiver class instance from an event.
See Implementation
Manages events and receivers.