GoXam for WPF v3
UndoManager.CompoundEdit Class Members
Properties  Methods 


Northwoods.GoXam.Model Namespace : UndoManager.CompoundEdit Class

The following tables list the members exposed by UndoManager.CompoundEdit.

Public Constructors
 NameDescription
Public Constructor Construct an empty list of edits.  
Top
Public Properties
 NameDescription
Public PropertyGets a list of all the IUndoableEdits in this compound edit.  
Public Property Gets or sets whether we can add more undoable edits to this compound edit.  
Public Property Gets or sets a name for this group of edits.  
Top
Public Methods
 NameDescription
Public MethodThis predicate returns true if you can call Redo-- namely when IsComplete is true.  
Public MethodThis predicate returns true if you can call Undo-- namely when IsComplete is true.  
Public MethodClear all of the IUndoableEdits and forget all references to them.  
Public MethodRedo all of the IUndoableEdits, in forwards order.  
Public Method For debugging.  
Public MethodUndo all of the IUndoableEdits, in reverse order.  
Top
See Also

Reference

UndoManager.CompoundEdit Class
Northwoods.GoXam.Model Namespace