Table of Contents

Namespace AngleSharp.Dom.Events

Classes

CustomEvent

Represents a custom event that provides an additional details property.

DefaultEventFactory

Provides string to Event instance creation mappings.

ErrorEvent

Represents the error event arguments.

Event

Represents an event argument.

FocusEvent

Represents the arguments for a focus event.

HashChangedEvent

Represents a custom event that provides an additional details property.

MessageEvent

Represents the event arguments when receiving a message.

PageTransitionEvent

Represents a page transition event argument.

RequestEvent

The event that is published in case of new request.

UiEvent

Represents the event args for any UI event.

Interfaces

IEventFactory

Represents a factory to create event data.

IGlobalEventHandlers

Defines a set of event handlers that are implemented by all HTML elements.

IMessagePort

Represents a message port as defined here: http://www.whatwg.org/specs/web-apps/current-work/multipage/comms.html#messageport

IWindowEventHandlers

Represents a set of event handlers for a Window.

Enums

EventPhase

Represents the different phases of an event.

Delegates

DefaultEventFactory.Creator

Represents a creator delegate for creating a new event.