Initializes a new instance of the UndoManager.

Namespace:  Mindscape.WpfDiagramming.Foundation
Assembly:  Mindscape.WpfDiagramming.Foundation (in Mindscape.WpfDiagramming.Foundation.dll)
Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public UndoManager(
	DiagramSurface surface
)
Visual Basic (Declaration)
Public Sub New ( _
	surface As DiagramSurface _
)

Parameters

surface
Type: Mindscape.WpfDiagramming..::.DiagramSurface
The DiagramSurface that this UndoManager performs undo actions on.

See Also