Click or drag to resize

XmlStreamDeserializationInfoAfterDeserializationHasCompletelyFinished 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: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public event Action AfterDeserializationHasCompletelyFinished

Value

Action

Implements

IXmlDeserializationInfoAfterDeserializationHasCompletelyFinished
See Also