SuspendableDocumentNodeOnResume Method |
Is called when the object is resumed, i.e. change notifications are allowed again. During the execution of this function, the [P:IsResumeInProgress] property will return true to indicate that the resume is currently in progress.
Namespace: Altaxo.MainAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax protected virtual void OnResume(
int eventCount
)
Parameters
- eventCount Int32
- The event count. The event count is the number of times the [M:CountEvent] function was called during the suspend state.
See Also