tags:

views:

45

answers:

1

Hi,

Why we need to use event Propagation?

Thanks, Ravi

A: 

I'm not really sure what you're asking. But assuming your question regards how to stop events from propagating, you can manipulate event propagation in three ways:

event.preventDefault()

and

event.stopPropagation()

and

event.stopImmediatePropagation()

I would recommend reading about the Event class and its methods at http://livedocs.adobe.com/flex/3/langref/index.html

Robusto
You're a real sport for answering this. :)
cliff.meyers