Click or drag to resize

TableDataSourceBaseAccumulateChangeData Method

Accumulates the change data of the child. Currently only a flag is set to signal that the table has changed.

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
The sender of the change notification (currently unused).
e  EventArgs
The change event args can provide details of the change (currently unused).
See Also