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