XmlDeserializationCallbackEventHandler Delegate |
Delegate invoked to notify deserialization surrogates after finishing deserialization.
Namespace: Altaxo.Serialization.XmlAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic delegate void XmlDeserializationCallbackEventHandler(
IXmlDeserializationInfo info,
Object documentRoot,
bool isFinalCall
)
Parameters
- info IXmlDeserializationInfo
- The deserialization info instance that originated the callback.
- documentRoot Object
- The root object of the deserialized object hierarchy.
- isFinalCall Boolean
- Indicates whether this is the final callback invocation for the deserialization process.
See Also