AngleSharp.Dom.Events
Namespace with 15 public types
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.
Enumerations
EventPhase
Represents the different phases of an 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.