[]
        
(Showing Draft Content)

C1.C1Preview.RenderObject.OnParentAdd

OnParentAdd Method

OnParentAdd(RenderObject)

Called after adding this object to the Children collection of another object. User can throw exception if this object can't be added as the child for this object.

Declaration
protected virtual void OnParentAdd(RenderObject parent)
Parameters
Type Name Description
RenderObject parent

The new parent object for this object.