Delegate DynamicEventManager.FDelegate<T>
The custom System.EventHandler delegate.
Namespace: Exiled.API.Features.DynamicEvents
Assembly: Exiled.API.dll
Syntax
public delegate void FDelegate<T>(T ev)
where T : EventArgs;
Parameters
| Type | Name | Description |
|---|---|---|
| T | ev | The System.EventHandler`1 instance. |
Type Parameters
| Name | Description |
|---|---|
| T | The System.EventHandler`1 type. |