DocNodeProxyOnAfterSetDocNode 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.MainAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax protected virtual void OnAfterSetDocNode()
See Also