Flash Event "removed" (Event.REMOVED)
Submitted by jonathan on Thu, 06/05/2008 - 23:35
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.
