GoXam for WPF v3
IsComplete Property
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
View with Navigation Tools
Northwoods.GoXam.Model Namespace
>
UndoManager.CompoundEdit Class
: IsComplete Property
Gets or sets whether we can add more undoable edits to this compound edit.
Syntax
C#
public
bool
IsComplete {
get
;
set
;}
Property Value
This is initially false. It can only be set to true, which is what
EndTransaction
does.
See Also
Reference
UndoManager.CompoundEdit Class
UndoManager.CompoundEdit Members