CommandQueueUndoPreviousCommand Method |
Calls the last executed command's Undo method, if there's was a command last executed. It then makes the previous command the current command.
Namespace: SD.Tools.Algorithmia.CommandsAssembly: SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.2.0.0 (1.2.14.1118)
Syntax public void UndoPreviousCommand()
Public Sub UndoPreviousCommand
See Also