Redoes the last undone change.
Name | Description | |
---|---|---|
Redo() |
Redoes the last undone change. |
|
Redo(Int32) |
Redoes a specified number of the last undone actions. |
This method can be used only if you have already called the Undo() method). If no undone states are available, the method will fail. You can check if the undone states exist using the CanRedo property.