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