Hierarchical order in Flex event Model

来源:互联网 发布:换屏上门服务软件 编辑:程序博客网 时间:2024/06/05 15:14
<?xml version="1.0" encoding="utf-8"?><mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" creationComplete="event_txt.text+='/=n Application creationComplete fired'" initialize="event_txt.text+='/=n Application initialize fired'"><mx:Panel x="111" y="69" width="250" height="200" layout="absolute" title="Handling system Event" creationComplete="event_txt.text += ('/n Panel creationComplete fired')"initialize="event_txt.text +=('/n Panel initialize fired')"><mx:TextArea editable="false" id="event_txt" x="10" y="10" height="140" width="210"/></mx:Panel></mx:Application>