Click or drag to resize

IDocumentLeafNodeIsDisposeInProgress Property

Gets a value indicating whether this instance is dispose in progress, or the instance is already disposed.

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
bool IsDisposeInProgress { get; }

Property Value

Boolean
true if this instance is dispose in progress or already disposed; otherwise, false.
See Also