Click or drag to resize

SuspendableDocumentNodeBaseIsDisposeInProgress Property

Gets a value indicating whether for this instance dispose is 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#
public bool IsDisposeInProgress { get; }

Property Value

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

Implements

IDocumentLeafNodeIsDisposeInProgress
See Also