AngleSharp.Events
Namespace with 7 public types
Classes
CssParseErrorEvent
The event that is published in case of an CSS parse error.
CssParseStartEvent
The event that is published in case of starting CSS parsing.
HtmlParseErrorEvent
The event that is published in case of an HTML parse error.
HtmlParseStartEvent
The event that is published in case of starting HTML parsing.
RequestStartEvent
The event that is published in case of new request.
Interfaces
IEventAggregator
Represents the central event aggregation unit. Used for state events.
Can be utilized for performance monitoring and more.
ISubscriber`1
Declares the interface for an event listener.