Mega Code Archive
Categories
/
Flex
/
Components
Access button id that triggered the event
import mx.controls.Alert; private function myEventHandler(e:Event):void { Alert.show("The button " + e.currentTarget.id + " was clicked"); }