UndoManager Class Members
In This Topic
The following tables list the members exposed by UndoManager.
Public Constructors
Public Properties
| Name | Description |
| CanRedo | Gets a value that indicates whether the UndoManager can redo an action. |
| CanUndo | Gets a value that indicates whether the UndoManager can undo an action. |
| Context | Gets the context of the UndoManager which is used to execute the actions. |
Top
Public Methods
| Name | Description |
| Do | Performs an Action and adds it to the undo list if the Action can be undone. |
| GetRedoList | Returns all redo commands. |
| GetUndoList | Returns all undo commands. |
| Redo | Performs a redo action. |
| Undo | Performs an undo action. |
Top
Public Events
| Name | Description |
| Changed | Occurs when an undo or redo action occurs. |
Top
See Also