Click or drag to resize

DocNodeProxy2ndLevelDispose(Boolean) Method

Disposing this instance is special - we must not dispose the reference this instance holds. Instead, we remove all references to the holded document node and also all event handlers-

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
protected override void Dispose(
	bool isDisposing
)

Parameters

isDisposing  Boolean
true to release both managed and unmanaged resources; false to release only unmanaged resources.
See Also