Search Results for

    Show / Hide Table of Contents

    Delegate AudioHistory.OnRemove

    Standard format for events called by RemoveOldest() and RemoveNewest().

    Namespace: OmiyaGames.Audio
    Assembly: cs.temp.dll.dll
    Syntax
    public delegate void OnRemove(AudioHistory source, AudioHistory.RemoveArgs args);
    Parameters
    Type Name Description
    AudioHistory source

    The caller of this event.

    AudioHistory.RemoveArgs args

    Arguments for this event.

    In This Article
    Back to top Copyright © 2022 Omiya Games