DocNodeProxyInternalSetDocNode 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 virtual InstanceChangedEventArgs? InternalSetDocNode(
IDocumentLeafNode value,
bool isCalledFromConstructor = false,
bool doNotTriggerChangedEvent = false
)
Parameters
- value IDocumentLeafNode
- The document node. If docNode implements IDocumentLeafNode,
the document path is stored for this object in addition to the object itself.
- isCalledFromConstructor Boolean (Optional)
- If true, this function is called from the constructor. A value of true indicated, that some values might not be set yet.
- doNotTriggerChangedEvent Boolean (Optional)
- If true, the ChangedEvent is not triggered. Set this parameter to true only if setting the doc node during resolving of the document.
Return Value
InstanceChangedEventArgsThe change information, or
if nothing changed.
See Also