Click or drag to resize

SuspendableDocumentNodeBaseAccumulateChangeData Method

Accumulates the change event data of the child.

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
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