Click or drag to resize

IUndoManager Interface

The undo manager interface

Namespace:  Demo3D.Utilities
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public interface IUndoManager

The IUndoManager type exposes the following members.

Methods
  NameDescription
Public methodAddEdit
Add an edit to the undo manager
Public methodRedo
Redo the last undone edit.
Public methodUndo
Undo the last edit in the Undo Manager
Top
See Also