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

Namespace: yWorks.Support
Assembly: yWorks.yFilesWPF.Viewer (in yWorks.yFilesWPF.Viewer.dll) Version: 2.2.0.2 (2.2.0.2)

Syntax

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

Inheritance Hierarchy

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

See Also