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.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
protected internal virtual void OnParentAdd(
	RenderObject parent
)
Visual Basic
Protected Friend Overridable Sub OnParentAdd ( _
	parent As RenderObject _
)

Parameters

parent
Type: C1.C1Preview..::..RenderObject
The new parent object for this object.

See Also