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

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

Inheritance Hierarchy

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

See Also