Support interface that is used by DefaultGraph
to create the IUndoUnits for structural graph changes.
Namespace: yWorks.yFiles.UI.ModelAssembly: yWorks.yFilesWPF.Viewer (in yWorks.yFilesWPF.Viewer.dll) Version: 2.2.0.2 (2.2.0.2)
Syntax
| C# |
|---|
public interface IGraphUndoUnitSupport |
| Visual Basic |
|---|
Public Interface IGraphUndoUnitSupport |
Remarks
An implementation of this interface can be found in DefaultGraph's
Lookup(Type).
If the undoability mechanism needs customization, client code can wrap the existing
support instance and do the necessary adjustments.