DocNodeProxyEhXmlDeserializationFinished Method |
Resolves the proxied document after XML deserialization has completed.
Namespace: Altaxo.MainAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxprotected 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