What is the difference between target and current target?
Answer / Nitin Azad
In Adobe Flex, `target` refers to the specific object that an event was dispatched from, while `currentTarget` refers to the current object handling the event. The `currentTarget` is the object that receives the event first in the event propagation chain, and it can be the same as the `target` if the event doesn't bubble or capture.
| Is This Answer Correct ? | 0 Yes | 0 No |
How do we use css styles in flex? : adobe flex action script
What is cairnghorm in flex? : adobe flex action script
How do you use a repeater in actionscript? : adobe flex action script
What is different between urlloader class and loader class? : adobe flex action script
Explain which of the recommended character to use to separate target level paths levels? : adobe flex action script
Difference between stoppropagation and stopimmediatepropagation()?
Do I need to upgrade to beta 3 to use air beta 3?
Can I still purchase flex charting?
What is the difference between sealed class and dynamic classes in flex? : Adobe Flex ActionScript
How do we call javascript from flex actionscript? : adobe flex action script
Explain how binding works in mxml components in flex?
What is a metadata tag?