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.MainAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntaxprotected override void OnChanged(
EventArgs e
)
Parameters
- e EventArgs
[Missing <param name="e"/> documentation for "M:Altaxo.Main.RelDocNodeProxy.OnChanged(System.EventArgs)"]
See Also