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.
Namespace:
C1.C1PreviewAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
protected internal virtual void OnChildAdd( RenderObject child ) |
Visual Basic |
---|
Protected Friend Overridable Sub OnChildAdd ( _ child As RenderObject _ ) |
Parameters
- child
- Type: C1.C1Preview..::..RenderObject
Child RenderObject object.