The EventPhase class provides values for the eventPhase
property of the Event class.
Variables
inlineread onlyAT_TARGET:EventPhase = 2
The target phase, which is the second phase of the event flow.
inlineread onlyBUBBLING_PHASE:EventPhase = 3
The bubbling phase, which is the third phase of the event flow.
inlineread onlyCAPTURING_PHASE:EventPhase = 1
The capturing phase, which is the first phase of the event flow.