Correct, but do you specifically need selectionChange? Can't you create a custom event? Then inside of the item renderer's just dispatch that custom event and listen for it instead of the selectionChange event. Then you can control when the event is fired and only handle it when the selectionChange would normally happen. And you can fire another custom event when the radio is selected.
Kyle McKnight Senior UI Engineer - Accesso 602.515.1444 (M) On Tue, Dec 6, 2016 at 1:16 AM, bilbosax <[email protected]> wrote: > But I actually NEED to react programmatically if the selectionChange is > fired, EXCEPT if it is fired because the radioButton is clicked. So I need > to be able to filter out if the event originated from the radioButton. > > > > -- > View this message in context: http://apache-flex-users. > 2333346.n4.nabble.com/Listen-for-the-Originator-of-an- > Event-tp14290p14292.html > Sent from the Apache Flex Users mailing list archive at Nabble.com. >
