Name | Description | |
---|---|---|
![]() | UndoManager.CompoundEdit Constructor | Construct an empty list of edits. |
The following tables list the members exposed by UndoManager.CompoundEdit.
Name | Description | |
---|---|---|
![]() | UndoManager.CompoundEdit Constructor | Construct an empty list of edits. |
Name | Description | |
---|---|---|
![]() | Edits | Gets a list of all the IUndoableEdits in this compound edit. |
![]() | IsComplete | Gets or sets whether we can add more undoable edits to this compound edit. |
![]() | Name | Gets or sets a name for this group of edits. |
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. |