IDocumentLeafNodeIsDisposeInProgress Property |
Gets a value indicating whether this instance is dispose in progress, or the instance is already disposed.
Namespace: Altaxo.MainAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax bool IsDisposeInProgress { get; }
Property Value
Booleantrue if this instance is dispose in progress or already disposed; otherwise,
false.
See Also