Overload | Description |
---|---|
RedoAsync() | Redo the top operation on the redo stack. |
RedoAsync(String) | Redo all the operations in the redo stack that belong to the specified category. |
RedoAsync(Int32) | Redo the specified number of operations in the redo stack. |
RedoAsync(Int32,String) | The number and category of operations to redo. |