Constable Authorization Engine 2.0 BETA

ChangeUndoManager.IsInitialized Property

[This is preliminary documentation and subject to change.]

Gets a value indicating whether this instance has been initialized.

[Visual Basic]
Public ReadOnly Property IsInitialized As Boolean
[C#]
public bool IsInitialized {get;}

Property Value

true if this instance is initialized; false otherwise.

Remarks

The instance is deemed initialized after the Initialize method has been called on it.

See Also

ChangeUndoManager Class | LaMarvin.ComponentModel Namespace