What is stoppropagation() and stopimmediatepropagation()?
Answer Posted / 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 |
Post New Answer View All Answers