Constable Authorization Engine 2.0 BETA

ChangeUndoManager.IsCommitted Property

[This is preliminary documentation and subject to change.]

Gets a value indicating whether this instance has been committed.

[Visual Basic]
Protected ReadOnly Property IsCommitted As Boolean
[C#]
protected bool IsCommitted {get;}

Property Value

true if this instance is committed; false otherwise.

Remarks

The instance is deemed committed after the Commit method has been called on it.

See Also

ChangeUndoManager Class | LaMarvin.ComponentModel Namespace