DiagramLite Programmer's Guide
Diagram.Undo Method
See Also
 





Undoes an action saved in the command history.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight

 Syntax

C#  Copy Code

public void Undo ()

Visual Basic  Copy Code

Public Sub Undo ()

 Remarks

The control supports unlimited undo/redo depth. This method moves the "current command" pointer one position back, and calling it again will undo the previous command. The commands can later be redone by calling Redo.

 See Also

Diagram Members
Diagram Class
MindFusion.Diagramming Namespace
UndoEnabled Property
CanUndo Property
ActionUndone Event