AngleSharp.Dom.Events
Namespace with 25 public types
Classes
CompositionEvent
Represents the event arguments for a composed event.
CustomEvent
Represents a custom event that provides an additional details property.
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.
InputEvent
Represents the event arguments for an input event.
KeyboardEvent
Represents the event arguments for a keyboard event.
MessageEvent
Represents the event arguments when receiving a message.
MouseEvent
Represents the event args for a mouse event.
PageTransitionEvent
Represents a page transition event argument.
TouchEvent
Represents the event arguments for a touch event.
TrackEvent
Represents a track that provides an additional track information.
UiEvent
Represents the event args for any UI event.
WheelEvent
Represents the event args for a mouse wheel event.
Enumerations
EventPhase
Represents the different phases of an event.
KeyboardLocation
An enumeration over all possible keyboard locations.
MouseButton
All possible mouse button values that may appear in UI events.
MouseButtons
All possible mouse button values that are currently pressed.
WheelMode
Enumeration with the various mouse wheel modes.
Interfaces
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
ITouchList
Represents a list with touch points.
ITouchPoint
Represents the interface for the data of a single touch point.
IWindowEventHandlers
Represents a set of event handlers for a Window.