An abstract base implementation of IUndoUnit.

Namespace: yWorks.Support
Assembly: yWorks.yFilesWPF.Viewer (in yWorks.yFilesWPF.Viewer.dll) Version: 2.2.0.2 (2.2.0.2)

Syntax

C#
public abstract class AbstractUndoUnit : IUndoUnit, 
	IDisposable
Visual Basic
Public MustInherit Class AbstractUndoUnit _
	Implements IUndoUnit, IDisposable

Remarks

Subclasses need to override UndoImpl()()()() and RedoImpl()()()(), only.

Inheritance Hierarchy

System..::..Object
  yWorks.Support..::..AbstractUndoUnit
    yWorks.Support..::..DelegateUndoUnit<(Of <(<'T>)>)>
    yWorks.Support..::..MementoUndoUnit

See Also