Delegate ElementEventHandler<T>
Namespace: SlipeServer.Server.Elements.Events
Assembly: SlipeServer.Server.dll
Syntax
public delegate void ElementEventHandler<T>(Element sender, T e) where T : EventArgs
  Parameters
| Type | Name | Description | 
|---|---|---|
| Element | sender | |
| T | e | 
Type Parameters
| Name | Description | 
|---|---|
| T |