Emitted when this container is added to a new container. Useful for setting up parent-specific behaviors.
Emitted when a child is added to this container. Useful for tracking container composition changes.
Emitted when a child is removed from this container. Useful for cleanup and maintaining container state.
Emitted when the container is destroyed. Useful for final cleanup and resource management.
Emitted when this container is removed from its parent. Useful for cleanup and state management.
Events that can be emitted by a Container. These events provide lifecycle hooks and notifications for container state changes.
Example