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