Click or drag to resize

SuspendableDocumentNodeWithSetOfEventArgsAccumulatedChangeData_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.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected override void AccumulatedChangeData_SetBackAfterResumeAndSuspend(
	params EventArgs[] e
)

Parameters

e  EventArgs
The event args (one or more).
See Also