public override Task RedoAsync()
Public Overloads Overrides NotOverridable Function RedoAsync() As Task
Return Value
A task that represents the work queued to execute in the ThreadPool.
public override Task RedoAsync()
Public Overloads Overrides NotOverridable Function RedoAsync() As Task
Exception | Description |
---|---|
System.Exception | If no operations are in the stack or the operation can't be redone. |
Awaits redoing the most recent operation in the redo stack and then adds it to the undo stack.
Target Platforms: Windows 11, Windows 10