SuspendableDocumentLeafNodeOnAboutToBeResumed Method |
Is called when the suspend level is still 1 (one), but is about to fall to zero, i.e. shortly before the call to
OnResume. This function is not called before
OnResumeSilently!
Namespace: Altaxo.MainAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax protected virtual void OnAboutToBeResumed()
See Also