Click or drag to resize

DisposeState Enumeration

Represents the dispose state of a document node.

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
[FlagsAttribute]
public enum DisposeState
Members
Member nameValueDescription
NotDisposed0 The node is not disposed.
DisposeInProgress1 The node is currently in the process of being disposed.
Disposed2 The node has been disposed.
See Also