Search
Diagram.Redo Method
See Also
 






Executes again an action saved in the command history.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public void Redo ()

Visual Basic  Copy Code

Public Sub Redo ()

 Remarks

Calling this method has no effect before Undo has been called at least once. Any command that has been undone can later be redone by Redo. The method processes the commands in the same order they were initially executed, which is opposite to the order in which they are undone.

 See Also