[]
Called after adding new child RenderObject object to the Children collection. User can throw exception if this object can't be added as the child for this object.
protected virtual void OnChildAdd(RenderObject child)
Protected Overridable Sub OnChildAdd(child As RenderObject)
| Type | Name | Description |
|---|---|---|
| RenderObject | child | Child RenderObject object. |