Initializes a new instance of the UndoManager.
Namespace:
Mindscape.WpfDiagramming.FoundationAssembly: 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.