Click or drag to resize

DataColumnCollectionAccumulateChangeData(Object, EventArgs) Method

Accumulates the changes reported by the DataColumns.

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

Parameters

sender  Object
One of the columns of this collection.
e  EventArgs
The change details.
See Also