Click or drag to resize
CommandBaseRedo Method
Re-executes the command. Normally this is simply calling 'Do', however in an undoable period redo it's calling PerformRedo.

Namespace:  SD.Tools.Algorithmia.Commands
Assembly:  SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.3.0.0 (1.3.17.0314)
Syntax
protected virtual void Redo()
See Also