alphaTab.IEventEmitterOfT
Description
An emitter for an event with a single parameter passed to the listeners.
interface IEventEmitterOfT<T>
Methods
off((arg: T) => void) | Unregisters the given handler from this event. |
on((arg: T) => void) | Registers to the event with the given handler |