UndoablePeriodCommandRedo 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.CommandsAssembly: SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.2.0.0 (1.2.14.1118)
Syntax protected override void Redo()
Protected Overrides Sub Redo
See Also