Click or drag to resize

IUndoManager Interface

The undo manager interface

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

The IUndoManager type exposes the following members.

Methods
 NameDescription
Public methodAddEdit Add an edit to the undo manager
Public methodDiscardEdits Discards all edits from the undo manager. All changes will be lost.
Public methodRedo Redo the last undone edit.
Public methodUndo Undo the last edit in the Undo Manager
Top
See Also