Executes again an action saved in the command history.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
C# Copy Code |
---|
public void Redo () |
Visual Basic Copy Code |
---|
Public Sub Redo () |
The control supports unlimited undo/redo depth. This method moves the "current command" pointer one position back, and calling it again will undo the previous command. The commands can later be redone by calling Redo.
Scheduling for .NET MAUI Guide | © 2023 MindFusion |