SuspendableDocumentNodeBaseAccumulateChangeData Method |
Accumulates the change event data of the child.
Namespace: Altaxo.MainAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax protected abstract void AccumulateChangeData(
Object? sender,
EventArgs e
)
Parameters
- sender Object
- The sender of the change event notification.
- e EventArgs
- The change event args can provide details of the change.
See Also