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. |