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 |
What is flex?
Difference between cairngorm event and flex event?
What is the difference between Flex 2.0 & 3.0?
What is shared object?
What is the function of exclude or exclude class related to the data or class?
What is the difference between states and viewstack in flex? : adobe flex action script
How can you show a jpg image in dynamic text field? : adobe flex action script
Why is mytreenode.label or mytreenode.attributes.label undefined? : adobe flex action script
How do you implement push with flex data services?
I am sending my request, and I see the data traffic in the command window, but why is the result always empty?
Explain how binding works in mxml components in flex?
Can I load css style sheets dynamically at runtime? : adobe flex action script