Mega Code Archive
Categories
/
Flex
/
Event
Event Object Handler
private function clickHandler(event:Event):void { myLabel.text='You clicked the button'; }