SuspendableDocumentNodeOnResumeSilently Method |
Is called when the suspend level falls down from 1 to zero by a call to
ResumeSilently.
This implementation disarma the suspendTokens of the childs of this object, deletes any accumulated events, and does not send any change event to the parent or the listeners of the Change event.
Namespace: Altaxo.MainAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax protected virtual void OnResumeSilently(
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