What is stoppropagation() and stopimmediatepropagation()?
Answer / Umesh Kumar Rathore
In Adobe Flex, both `stopPropagation()` and `stopImmediatePropagation()` are methods used to prevent further event propagation. `stopPropagation()` stops the current event from bubbling up the DOM tree, while `stopImmediatePropagation()` also prevents other event handlers on the same node from being invoked.
| Is This Answer Correct ? | 0 Yes | 0 No |
Can I resize the internet explorer browser window from flex? : adobe flex action script
What are types of binding?
Can flex applications communicate with each other on the client?
How do we identify a component created in a repeater using flex? : adobe flex action script
What design patterns have you used in actionscript and java? : adobe flex action script
What is the difference in movieclip and sprite? : adobe flex action script
What is a resource manager in flex actionscript?
How will u call java method from flex?
What are the config files used for connecting java and flex?
When I have only a single record, why does not it appear in my datagrid?
How to stop the event flow/ event phases?
What are the differences between 4.6/4.5/4.0 and flex 3.0?