SuspendableDocumentNodeOnAboutToBeResumed Method |
Namespace: Altaxo.MainAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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