SF Tool Documentation
Search Results for

    Show / Hide Table of Contents

    Interface EventListener<T>

    Namespace: SF.Events
    Assembly: cs.temp.dll.dll
    Syntax
    public interface EventListener<T> : EventListenerBase
    Type Parameters
    Name Description
    T

    Methods

    OnEvent(T)

    Declaration
    void OnEvent(T eventType)
    Parameters
    Type Name Description
    T eventType
    In This Article
    Back to top Generated by DocFX