Answer Posted / 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 |
Post New Answer View All Answers