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





Undoes an action saved in the command history.

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

 Syntax

C#  Copy Code

public void Undo ()

Visual Basic  Copy Code

Public Sub Undo ()

 Remarks

Undoes a command from the command history. The action that would be undone by calling this method is pointed by NextUndo property of the CommandHistory class.

 See Also

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