Event.REMOVED

The removedFromStage event is dispatched to a component when it is removed from its parent. If the parent component was on the display list of the Stage, then the removedFromStage event will be dispatched to the component along with the removed event.

The removed event is fired when a component is removed from its current parent. This is accomplished with the removeChild(child:DisplayObject) method (or removeChildAt(index:int)).

If the component was previously on the Stage, then the removedFromStage event will also be dispatched to the component.

Search Great Flex/Flash Sites