Table of Contents

Enum EventPhase

Namespace
DotNetBrowser.Dom.Events
Assembly
DotNetBrowser.dll

Represents the DOM event phases.

public enum EventPhase

Fields

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.

CapturingPhase = 1

The event is moving from the document root down the event target.

Unspecified = 0

The event phase is not specified.