Click or drag to resize

IEventEventPhase Property

Gets the phase of event flow.

Namespace:  DotNetBrowser.Dom.Events
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
EventPhase EventPhase { get; }

Property Value

Type: EventPhase
The phase of event flow that is currently being evaluated.
See Also