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

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

Syntax

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

Inheritance Hierarchy

System..::..Object
  yWorks.Support..::..CompoundUndoUnit

See Also