IEventTarget
EventTarget is a DOM interface implemented by objects that can receive
DOM events and have listeners for them.
Register an event handler of a specific event type on the
EventTarget.
Dispatch an event to this EventTarget.
Removes an event listener from the EventTarget.