Click or drag to resize

IParentOfINameOwnerChildNodesEhChild_ParentChanged Method

Called if the child's parent changed.

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
void EhChild_ParentChanged(
	INameOwner childNode,
	IDocumentNode? oldParent
)

Parameters

childNode  INameOwner
The child node.
oldParent  IDocumentNode
The old parent of the child node.
See Also