Click or drag to resize

RelDocNodeProxyOnChanged Method

Fired if the document node instance changed, is set to null, has changed its document path, or has changed its internal properties. If the document instance changed, this event is fired after the DocumentInstanceChanged event.

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

Parameters

e  EventArgs

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

See Also