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

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

Remarks

This interface uses the memento design pattern to implement undoability.

See Also