Event public abstract class Event : IEvent Documentation Code public bool Bubbles { get; } public bool Cancelable { get; } public EventTarget CurrentTarget { get; } public bool DefaultPrevented { get; } public EventPhase EventPhase { get; } public bool IsTrusted { get; } public EventTarget Target { get; } public DateTime TimeStamp { get; } public string Type { get; } protected Event() public void InitEvent(string type, bool bubbles, bool cancelable) public void PreventDefault() public void StopImmediatePropagation() public void StopPropagation()