A simple IUndoUnit implementation that uses a IMementoSupport to track, undo, and redo state changes on a given subject.

Namespace: yWorks.Support
Assembly: 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

Inheritance Hierarchy

System..::..Object
  yWorks.Support..::..AbstractUndoUnit
    yWorks.Support..::..MementoUndoUnit

See Also