EventPhase Enumeration | 
Namespace: DotNetBrowser.Dom.Events
public enum EventPhase
| Member name | Value | Description | |
|---|---|---|---|
| Unspecified | 0 | The event phase is not specified. | |
| CapturingPhase | 1 | The event is moving from the document root down the event target. | |
| AtTarget | 2 | The event is being evaluated at the event target. | |
| BubblingPhase | 3 | The event is moving from the event target up to the root. |