Name | Description | |
---|---|---|
CancelAction | Cancels the current action in progress. | |
GetActionPending | Gets the current UndoAction pending completion. | |
PerformUndoAction | Performs the specified action (it can then be undone with Undo). | |
Redo | Overloaded. Redoes the last action undone with Undo and adds it to the undo list. | |
Undo | Overloaded. Undoes the last action done with PerformUndoAction and adds it to the redo list. |