Implements a unit that can be undone and redone.
Namespace: yWorks.SupportAssembly: yWorks.yFilesSilverlight.Viewer (in yWorks.yFilesSilverlight.Viewer.dll) Version: 2.1.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.