IEventTarget interface IEventTarget Documentation Code void AddEventListener(string type, EventListener callback = null, bool capture = false) bool DispatchEvent(Event e) void RemoveEventListener(string type, EventListener callback = null, bool capture = false)