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 |
What is the model-view-controller (mvc) pattern?
What is the function of exclude or exclude class related to the data or class?
What is the problem with calling setstyle()? : adobe flex action script
What is the function of trace?
Is it possible for upgrade from flex builder 3 standard edition to flex builder 3 professional edition?
How can you show a jpg image in dynamic text field? : adobe flex action script
What is the difference between httpService & Data Service?
Difference between swc and swf file?
Why do strongly typed objects appear as "undefined" in the netconnection debugger? : adobe flex action script
Difference between sealed class and dynamic class?
Why is disable auto update method used?
When I set visible="false", the component still takes up space and appears in the tab order. Why is that? : adobe flex action script