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.Commands
Assembly:
SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.3.0.0 (1.3.17.0314)
Syntax public void UndoPreviousCommand()
Public Sub UndoPreviousCommand
See Also