Click or drag to resize

RelDocNodeProxyOnAfterSetDocNode Method

Is called after a document has been set, but before OnChanged() is called. Can be used to set up additional things, like event handlers, in derived classes.

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
protected virtual void OnAfterSetDocNode()
See Also