Northwoods.Go Assembly > Northwoods.Go Namespace : GoUndoManagerCompoundEdit Class |
For a list of all members of this type, see GoUndoManagerCompoundEdit members.
Name | Description | |
---|---|---|
AddEdit | Add an IGoUndoableEdit to the end of the list. | |
CanRedo | This predicate returns true if you can call Redo-- namely when IsComplete is true. | |
CanUndo | This predicate returns true if you can call Undo-- namely when IsComplete is true. | |
Clear | Clear all of the IGoUndoableEdits and forget all references to them. | |
Redo | Redo all of the IGoUndoableEdits, in forwards order. | |
Undo | Undo all of the IGoUndoableEdits, in reverse order. |