This Interface describes a the basic Undo/Redo operation
all Undo Operations must implement this interface.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public interface IUndoableOperation
Public Interface IUndoableOperation
public interface class IUndoableOperation
Members
All Members | Methods | ||||
Icon | Member | Description |
---|---|---|
Redo()()()() |
Redo the last operation
| |
Undo()()()() |
Undo the last operation
|
Assembly: ICSharpCode.AvalonEdit (Module: ICSharpCode.AvalonEdit.dll) Version: 5.0.0.4238