Search
Command.Redo Method
See Also
 





Repeats an action that has been undone.

Namespace: MindFusion.Diagramming.Commands
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

protected virtual void Redo ()

Visual Basic  Copy Code

Protected Overridable Sub Redo ()

 Remarks

The default implementation of Redo calls Execute.

 See Also