Click or drag to resize

SuspendableDocumentNodeWithSingleAccumulatedDataTAccumulatedChangeData_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.

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
protected override void AccumulatedChangeData_SetBackAfterResumeAndSuspend(
	params EventArgs[] e
)

Parameters

e  EventArgs
The event args (one or more).
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionNot possible to set more than one event arg here.
See Also