Name | Description | |
---|---|---|
![]() | 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 IUndoableEdits and forget all references to them. |
![]() | Redo | Redo all of the IUndoableEdits, in forwards order. |
![]() | ToString | For debugging. |
![]() | Undo | Undo all of the IUndoableEdits, in reverse order. |