The following tables list the members exposed by IGoUndoableEdit.
Public Properties
| Name | Description |
| PresentationName | Gets the user-visible string description of this undoable edit. |
Top
Public Methods
| Name | Description |
| CanRedo | Determine if this edit is ready to be and can be redone. |
| CanUndo | Determine if this edit is ready to be and can be undone. |
| Clear | Forget about any state remembered in this edit. |
| Redo | Restore the new state of this edit after having been undone. |
| Undo | Restore the previous state of this edit. |
Top
See Also