SuspendableDocumentNodeBaseAccumulatedChangeData_SetBackAfterResumeAndSuspend Method |
Sets the change data without further processing. This function is infrastructure and intended to use only in OnResume after the parent has suspended this node again.
That's why it is presumed that the accumulated event data is empty when this function is called.
Namespace: Altaxo.MainAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax protected abstract void AccumulatedChangeData_SetBackAfterResumeAndSuspend(
params EventArgs[] e
)
Parameters
- e EventArgs
- The event args (one or more).
See Also