What is stoppropagation() and stopimmediatepropagation()?



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

Post New Answer

More Adobe Flex Interview Questions

Can I resize the internet explorer browser window from flex? : adobe flex action script

1 Answers  


What are types of binding?

1 Answers  


Can flex applications communicate with each other on the client?

1 Answers  


How do we identify a component created in a repeater using flex? : adobe flex action script

1 Answers  


What design patterns have you used in actionscript and java? : adobe flex action script

1 Answers  


What is the difference in movieclip and sprite? : adobe flex action script

1 Answers  


What is a resource manager in flex actionscript?

1 Answers  


How will u call java method from flex?

1 Answers  


What are the config files used for connecting java and flex?

1 Answers  


When I have only a single record, why does not it appear in my datagrid?

1 Answers  


How to stop the event flow/ event phases?

1 Answers  


What are the differences between 4.6/4.5/4.0 and flex 3.0?

1 Answers  


Categories