Unsubscribes child element from events of this element. Child element is identified by the cookie parameter where a value returned by the AddChildElement method must be passed.

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

Syntax

C#
void RemoveChildElement(
	Object cookie
)
Visual Basic (Declaration)
Sub RemoveChildElement ( _
	cookie As Object _
)

Parameters

cookie
Type: System..::.Object

See Also