UndoManager Class Members
In This Topic
The following tables list the members exposed by UndoManager.
Public Properties
| Name | Description |
| RedoCount | Returns the number of repeated actions. |
| UndoCount | Returns the number of undone actions. |
Top
Public Methods
| Name | Description |
| Clear | Clears the Undo stack.Clears the Redo stack. |
| Dispose | Releases the UndoManager instance from the memory. |
| Redo | Repeats the last action. |
| RedoDescription | Returns a description of the last repeated action. |
| Undo | Undoes the last action. |
| UndoDescription | Returns a description of the last undone action. |
Top
Public Events
| Name | Description |
| Changed | Raised when the Undo stack has changed. |
Top
See Also