A generic support class that can manage IUndoUnit instances to support undoability.

Namespace: yWorks.Support
Assembly: yWorks.yFilesSilverlight.Viewer (in yWorks.yFilesSilverlight.Viewer.dll) Version: 2.1.0.2

Syntax

C#
public class UndoEngine : IUndoUnit, IDisposable, 
	INotifyPropertyChanged
Visual Basic
Public Class UndoEngine _
	Implements IUndoUnit, IDisposable, INotifyPropertyChanged

Inheritance Hierarchy

System..::..Object
  yWorks.Support..::..UndoEngine

See Also