Utility interface that can be used in conjunction with MementoUndoUnit to create IUndoUnit implementations.

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 IMementoSupport
Visual Basic
Public Interface IMementoSupport

Remarks

This interface uses the memento design pattern to implement undoability.

See Also