AngleSharp by Florian Rappl

<PackageReference Include="AngleSharp" Version="0.2.2" />

 EventPhase

public enum EventPhase
Represents the different phases of an event.

When an event is dispatched it will be in this phase on its target attribute value.

When an event is dispatched to an object that participates in a tree it will be in this phase after it reaches its target attribute value.

When an event is dispatched to an object that participates in a tree it will be in this phase before it reaches its target attribute value.

None = 0

Events not currently dispatched are in this phase.