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