Search Results for

    Show / Hide Table of Contents

    Delegate CustomAsyncEventHandler<TEventArgs>

    The custom System.EventHandler delegate.

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

    The System.EventHandler`1 instance.

    Returns
    Type Description
    System.Collections.Generic.IEnumerator<System.Single>

    System.Collections.Generic.IEnumerator<T> of System.Single.

    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