DocNodeProxyInternalSetDocNode Method |
Sets the document node that is held by this proxy.
Namespace: Altaxo.MainAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax protected 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
InstanceChangedEventArgs[Missing <returns> documentation for "M:Altaxo.Main.DocNodeProxy.InternalSetDocNode(Altaxo.Main.IDocumentLeafNode,System.Boolean,System.Boolean)"]
See Also