Flash Event "removed" (Event.REMOVED)

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