Click or drag to resize

DataColumnCollectionAccumulateChangeData(Object, EventArgs, BaseColumnCollectionChangedEventArgs) 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 void AccumulateChangeData(
	Object? sender,
	EventArgs e,
	ref BaseColumnCollectionChangedEventArgs?? accumulatedEventData
)

Parameters

sender  Object
One of the columns of this collection.
e  EventArgs
The change details.
accumulatedEventData  BaseColumnCollectionChangedEventArgs
The instance were the event arg e is accumulated. If this parameter is null, a new instance of DataColumnCollectionChangedEventArgs is created and returned into this parameter.
See Also