Subscribes child element to events of this element. Returns an object that must be stored by child element and is used later in the RemoveChildElement method to quickly unsubscribe child element from events notification.

Namespace:  C1.C1PrintDocument
Assembly:  C1.C1PrintDocument.Classic.2 (in C1.C1PrintDocument.Classic.2.dll)

Syntax

C#
Object AddChildElement(
	IDocumentElement element
)
Visual Basic (Declaration)
Function AddChildElement ( _
	element As IDocumentElement _
) As Object

Return Value

See Also