Click or drag to resize

SuspendableDocumentNodeBaseEhSelfChanged Method

Is called by this instance if anything inside this member changed.

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

Parameters

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