The listener function will be called when the event happens.
The this
argument which will be used when calling the event listener. (rarely used)
An array to which a disposable will be added.
A disposable which unsubscribes the event listener.
Generated using TypeDoc
A function that represents an event to which you subscribe by calling it with a listener function as argument.