Click or drag to resize

RelDocNodeProxyOnBeforeClearDocNode Method

Is called before the doc node of this proxy is set to null. Can be used in derived classes to remove additional event handlers.

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