我有將自定義事件currentTarget轉換爲組件的問題。當我試圖從它的父容器中移除元素時,我得到錯誤。這是怎麼回事?刪除動態創建的組件會導致錯誤
TypeError: Error #1034: Type Coercion failed: cannot convert mx.events::[email protected] to com.modultek.pis.itemmachine.search.events.SortEvent.
private function sortSelection_removeHandler(event:SortEvent):void
{
var sortSelection:SortSelection = event.currentTarget as SortSelection;
this.removeElement(sortSelection);
}
組件將被刪除,但我得到這個錯誤。
好的。如果我需要將數據添加到事件中,則FlexEvent不支持該功能。 – 2012-03-21 10:06:30