Click or drag to resize

RelDocNodeProxyResolveDocumentObject Method

Resolves the proxied document object.

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected virtual (IDocumentLeafNode node, InstanceChangedEventArgs? instanceArgs) ResolveDocumentObject()

Return Value

ValueTupleIDocumentLeafNode, InstanceChangedEventArgs
The resolved node together with optional instance-changed event arguments.
See Also