Implements a unit that can be undone and redone.

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

Syntax

C#
public interface IUndoUnit : IDisposable
Visual Basic
Public Interface IUndoUnit _
	Inherits IDisposable

Remarks

This is main interface that implements undoability. UndoEngine can be used to manage implementations of this interface.

See Also