DataColumnCollectionAccumulateChangeData(Object, EventArgs) Method |
Accumulates the changes reported by the DataColumns.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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