Click or drag to resize

SuspendableDocumentNodeBaseOnChanged Method

Fires the change event with the EventArgs provided in the argument.

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
protected virtual void OnChanged(
	EventArgs e
)

Parameters

e  EventArgs

[Missing <param name="e"/> documentation for "M:Altaxo.Main.SuspendableDocumentNodeBase.OnChanged(System.EventArgs)"]

See Also