GoXam for WPF v3
IsComplete Property
Northwoods.GoXam.Model Namespace > UndoManager.CompoundEdit Class : IsComplete Property
Gets or sets whether we can add more undoable edits to this compound edit.
Syntax
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