Click or drag to resize

DocNodeProxyEhXmlDeserializationFinished Method

Resolves the proxied document after XML deserialization has completed.

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected void EhXmlDeserializationFinished(
	IXmlDeserializationInfo info,
	Object documentRoot,
	bool isFinallyCall
)

Parameters

info  IXmlDeserializationInfo
The deserialization info.
documentRoot  Object
The root object of the deserialized document tree.
isFinallyCall  Boolean
A value indicating whether this is the final deserialization callback.
See Also