Click or drag to resize

SuspendableDocumentNodeEhSelfChanged Method

Called if some (simple) member or property of this instance itself has changed.

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

Parameters

e  EventArgs
The change details.
See Also