Language version: | ActionScript 3.0
|
The EventPhase class provides values for the
eventPhase
property of the Event class.
public static const AT_TARGET:uint = 2
Language version: | ActionScript 3.0
|
The target phase, which is the second phase of the event flow.
public static const BUBBLING_PHASE:uint = 3
Language version: | ActionScript 3.0
|
The bubbling phase, which is the third phase of the event flow.
public static const CAPTURING_PHASE:uint = 1
Language version: | ActionScript 3.0
|
The capturing phase, which is the first phase of the event flow.
© 2004-2022 Adobe Systems Incorporated. All rights reserved.
Wed Sep 28 2022, 6:12 PM GMT+01:00