Click or drag to resize
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.2.0.0 (1.2.14.1118)
Syntax
public void UndoPreviousCommand()
See Also