MindFusion.Wpf Pack Programmer's Guide
UndoManager.Redo Method
See Also
 





Executes again an action saved in the command history.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public void Redo ()

Visual Basic  Copy Code

Public Sub Redo ()

 Remarks

Executes again a command from the command history. The action that would be redone by calling this method is pointed by NextRedo property of the CommandHistory class.

 See Also

UndoManager Members
UndoManager Class
MindFusion.Diagramming.Wpf Namespace
Undo Method