Implements a unit that can be undone and redone.

Namespace: yWorks.Support
Assembly: yWorks.yFilesNET.Viewer (in yWorks.yFilesNET.Viewer.dll) Version: 4.1.0.1 (4.1.0.1)

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