[]
        
(Showing Draft Content)

C1.C1Preview.RenderObject.OnChildRemove

OnChildRemove Method

OnChildRemove(RenderObject)

Called after removing child RenderObject object from the Children collection. User can throw exception if this object can't be removed.

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

Child RenderObject object.