[]
        
(Showing Draft Content)

C1.C1Preview.RenderObject.OnChildAdd

OnChildAdd Method

OnChildAdd(RenderObject)

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.

Declaration
protected virtual void OnChildAdd(RenderObject child)
Parameters
Type Name Description
RenderObject child

Child RenderObject object.