IXmlDeserializationInfoDeserializationFinished Event |
This event is called if the deserialization process of all objects is finished and
the deserialized objects are sorted into the document. Then the application should
call AllFinished, which fires this event. The purpose of this event is to
resolve the references in the deserialized objects. This resolving process can be successfully
done only if the objects are put in the right places in the document, so that
the document paths can be resolved to the right objects.
Namespace: Altaxo.Serialization.XmlAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax See Also