Class DynamicDelegate
- Namespace
- Exiled.API.Features.DynamicEvents
- Assembly
- Exiled.API.dll
The DynamicDelegate allows user-defined delegate routes bound to an object reference.
public class DynamicDelegate : TypeCastObject<DynamicEventDispatcher>
- Inheritance
-
DynamicDelegate
- Inherited Members
- Extension Methods
Constructors
DynamicDelegate()
Initializes a new instance of the DynamicDelegate class.
public DynamicDelegate()
DynamicDelegate(object, Action)
Initializes a new instance of the DynamicDelegate class.
public DynamicDelegate(object target, Action @delegate)
Parameters
Properties
Delegate
Gets the DynamicDelegate's delegate.
public Action Delegate { get; }
Property Value
Target
Gets the DynamicDelegate's target.
public object Target { get; }