Explain Event Bubbling?
Answer / Ashish Yadav
Event bubbling is a mechanism in Adobe Flex for event handling where an event is first handled by the most specific display object that matches the event, and then passed up the display list hierarchy to the parent containers until it reaches the root. This allows developers to handle events at different levels of the application's structure.
| Is This Answer Correct ? | 0 Yes | 0 No |
Difference between item renderer and item editors?
Why is mytreenode.label or mytreenode.attributes.label undefined? : adobe flex action script
What is state? What is the difference between states and viewstack in flex?
Why is disable auto update method used?
How do we use css styles in flex?
What is mvc and how do you relate it to flex apps?
What is default frame rate of the timeline in frame per second?
Difference between array and array collection?
What is dynamic keyword used for in actionscript? : adobe flex action script
How polymorphism works on actionscript? : adobe flex action script
What is the difference between target and current target?
What is interface or benefit of interface in term of oop? : adobe flex action script