In This Topic
The following tables list the members exposed by UndoStack.
Public Constructors
Public Properties
| Name | Description |
| CanRedo | Gets a value that indicates whether the stack contains actions that can be re-done. |
| CanUndo | Gets a value that indicates whether the stack contains actions that can be undone. |
Top
Public Methods
| Name | Description |
| AddAction | Adds an action to the undo/redo stack. |
| Clear | Clears the undo/redo stack. |
| Redo | Executes a Redo command. |
| Undo | Executes an Undo command. |
Top
Public Events
| Name | Description |
| StateChanged | Occurs when the status of the undo stack changes. |
Top
See Also