A simple IUndoUnit implementation that uses
a IMementoSupport to track, undo, and redo state changes
on a given subject.
Namespace: yWorks.SupportAssembly: yWorks.yFilesWPF.Viewer (in yWorks.yFilesWPF.Viewer.dll) Version: 2.2.0.2 (2.2.0.2)
Syntax
| C# |
|---|
public class MementoUndoUnit : AbstractUndoUnit |
| Visual Basic |
|---|
Public Class MementoUndoUnit _ Inherits AbstractUndoUnit |