TableDataSourceBaseAccumulateChangeData Method |
Accumulates the change data of the child. Currently only a flag is set to signal that the table has changed.
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
- The sender of the change notification (currently unused).
- e EventArgs
- The change event args can provide details of the change (currently unused).
See Also