Click or drag to resize

SuspendableDocumentLeafNodeEhSelfChanged Method

Called if some member of this instance itself has changed.

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

Parameters

e  EventArgs
The EventArgs instance containing the event data.
See Also