Namespace AngleSharp.Html.Dom.Events
Classes
- CompositionEvent
Represents the event arguments for a composed event.
- HtmlErrorEvent
The event that is published in case of an HTML parse error.
- HtmlParseEvent
The event that is published in case of starting HTML parsing.
- InputEvent
Represents the event arguments for an input event.
- KeyboardEvent
Represents the event arguments for a keyboard event.
- MouseEvent
Represents the event args for a mouse event.
- TouchEvent
Represents the event arguments for a touch event.
- TrackEvent
Represents a track that provides an additional track information.
- WheelEvent
Represents the event args for a mouse wheel event.
Interfaces
- ITouchList
Represents a list with touch points.
- ITouchPoint
Represents the interface for the data of a single touch point.
Enums
- 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.