Called after removing this object from the Children collection of another object.

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

Syntax

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

Parameters

parent
Type: C1.C1Preview..::..RenderObject
The parent object of this object.

See Also