Click or drag to resize

IUndoableEdit Interface

Provide the methods to control undoing and redoing from the UndoRedoManager

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

The IUndoableEdit type exposes the following members.

Methods
  NameDescription
Public methodRedo
Executed when redo is called on this edit from the UndoManager
Public methodUndo
Executed when undo is called on this edit from the UndoManager
Top
See Also