Click or drag to resize

IXmlDeserializationInfoAfterDeserializationHasCompletelyFinished Event

Occurs after (!) the deserialization process has completely finished, and the dirty flag of the document was cleared. This callback is intended to activate the data sources of the document, which should be suspended during the deserialization process.

Namespace: Altaxo.Serialization.Xml
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
event Action AfterDeserializationHasCompletelyFinished

Value

Action
See Also