onAdded property

EventStream<Event> onAdded
inherited

Dispatched when a display object is added to the display list.

The following methods trigger this event:

  • DisplayObjectContainer.addChild
  • DisplayObjectContainer.addChildAt

Implementation

EventStream<Event> get onAdded => DisplayObject.addedEvent.forTarget(this);