Namespace Exiled.API.Features.DynamicEvents
Classes
DynamicDelegate
The DynamicDelegate allows user-defined delegate routes bound to an System.Object reference.
DynamicEventDispatcher
The class which handles delegates dynamically acting as multicast listener.
DynamicEventManager
The class which handles all the multicast delegates.
TDynamicDelegate<T>
The TDynamicDelegate<T> allows user-defined delegate routes bound to an System.Object reference.
TDynamicEventDispatcher<T>
The DynamicEventDispatcher's generic version which accepts a type parameter.
Interfaces
IDynamicEventDispatcher
Defines a dynamic event dispatcher.
Delegates
DynamicEventManager.FDelegate
The custom System.EventHandler delegate, with empty parameters.
DynamicEventManager.FDelegate<T>
The custom System.EventHandler delegate.