RelDocNodeProxyInternalSetDocNode Method |
Sets the document node that is held by this proxy.
Namespace: Altaxo.MainAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxprotected InstanceChangedEventArgs? InternalSetDocNode(
IDocumentLeafNode value,
IDocumentLeafNode parentNode
)
Parameters
- value IDocumentLeafNode
- The document node. If docNode implements IDocumentLeafNode,
the document path is stored for this object in addition to the object itself.
- parentNode IDocumentLeafNode
- The start point of the document path. Should be equal to the member _parent, but this might be not set now.
Return Value
InstanceChangedEventArgsAn
InstanceChangedEventArgs instance if the document node changed; otherwise,
.
See Also