XYPlotLayerEhDeserializationFinished Method |
Takes final measures after the deserialization has finished, but before the dirty flag is cleared. Here, the scale bounds are updated with
the data from the project.
Namespace: Altaxo.Graph.GdiAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax protected virtual void EhDeserializationFinished(
IXmlDeserializationInfo info,
Object documentRoot,
bool isFinallyCall
)
Parameters
- info IXmlDeserializationInfo
- The deserialization information.
- documentRoot Object
- The document root of the current document.
- isFinallyCall Boolean
- If set to true this is the last callback before the dirty flag is cleared for the document.
See Also