Click or drag to resize

SuspendableDocumentNodeOnAboutToBeResumed 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(Int32). This function is not called before OnResumeSilently(Int32)!

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
protected virtual void OnAboutToBeResumed(
	int eventCount
)

Parameters

eventCount  Int32
The event count. The event count is the number of times the CountEvent function was called during the suspended state.
See Also