Adds an event handler for the given typed event.
A case-sensitive string representing the event type to listen for.
A callback to invoke when the event with the given type is dispatched.
Optionaloptions: DomEventListenerOptionsAn options object specifies characteristics about the event listener.
Returns a method, when invoked, removes the handler.
Returns true if the event host has any listeners.