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.4.0.0 (1.4.19.0529)
Syntax
public void UndoPreviousCommand()
See Also