Enum EventPhase
- Namespace
- SharpVectors.Dom.Events
- Assembly
- SharpVectors.Core.dll
An integer indicating which phase of the event flow is being processed as defined in DOM event flow.
public enum EventPhase
Fields
CapturingPhase = 1
(DOM Level 2) The current event phase is the capture phase.
AtTarget = 2
(DOM Level 2) The current event is in the target phase, i.e. it is being evaluated at the event target.
BubblingPhase = 3
(DOM Level 2) The current event phase is the bubbling phase.