IParentOfINameOwnerChildNodesEhChild_ParentChanged Method |
Called if the child's parent changed.
Namespace: Altaxo.MainAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax void EhChild_ParentChanged(
INameOwner childNode,
IDocumentNode? oldParent
)
Parameters
- childNode INameOwner
- The child node.
- oldParent IDocumentNode
- The old parent of the child node.
See Also