Represents a typed event.
The listener function will be call when the event happens.
The 'this' which will be used when calling the event listener.
An array to which a {{IDisposable}} will be added.
a disposable to remove the listener again.
Represents a typed event.