Click or drag to resize

SuspendableDocumentLeafNodeWithEventArgsAccumulateChangeData Method

[Missing <summary> documentation for "M:Altaxo.Main.SuspendableDocumentLeafNodeWithEventArgs.AccumulateChangeData(System.Object,System.EventArgs)"]


Namespace: Altaxo.Main
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

[Missing <param name="sender"/> documentation for "M:Altaxo.Main.SuspendableDocumentLeafNodeWithEventArgs.AccumulateChangeData(System.Object,System.EventArgs)"]

e  EventArgs

[Missing <param name="e"/> documentation for "M:Altaxo.Main.SuspendableDocumentLeafNodeWithEventArgs.AccumulateChangeData(System.Object,System.EventArgs)"]

See Also