NumericalBoundariesOnResume Method |
For performance reasons, we don't call EhSelfChanged during the suspended state. Instead, when we resume here, we compare the saved state of this instance with the current state of the instance
and and set our accumulated data accordingly.
Namespace: Altaxo.Graph.Scales.BoundariesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax protected override void OnResume()
See Also