Search Results for

    Show / Hide Table of Contents

    Delegate CustomEventHandler<TEventArgs>

    The custom System.EventHandler delegate.

    Namespace: Exiled.Events.Features
    Assembly: Exiled.Events.dll
    Syntax
    public delegate void CustomEventHandler<TEventArgs>(TEventArgs ev);
    Parameters
    Type Name Description
    TEventArgs ev

    The System.EventHandler`1 instance.

    Type Parameters
    Name Description
    TEventArgs

    The System.EventHandler`1 type.

    Extension Methods

    ReflectionExtensions.CopyProperties(Object, Object)
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX