Search Results for

    Show / Hide Table of Contents

    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.

    Extension Methods

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