Show / Hide Table of Contents

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
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX