Search
Schedule.redo Method
See Also
 






Executes again an action saved in the command history.

Namespace: com.mindfusion.scheduling.model
Package: com.mindfusion.scheduling.model

 Syntax

Java  Copy Code

public void redo ()

 Remarks

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 be undone by calling undo.

 See Also