Flash Event "added" (Event.ADDED)
Submitted by jonathan on Thu, 06/05/2008 - 23:30
The added event is fired when a component is added as a child to another component. This is accomplished through the addChild(child:DisplayObject) method (or addChildAt(child:DisplayObject,pos:int)).
When the component is removed, it will receive the removed event. This is the complementary event to added.
