Click or drag to resize

SuspendableDocumentLeafNodeWithSingleAccumulatedDataTAccumulateChangeData Method

Accumulates the change data of the child.

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected override void AccumulateChangeData(
	Object? sender,
	EventArgs e
)

Parameters

sender  Object
The sender of the change notification (currently unused).
e  EventArgs
The change event args can provide details of the change (currently unused).
Exceptions
ExceptionCondition
ArgumentNullExceptione is null.
ArgumentExceptionThrown when e is not of type T.
See Also