AvalonEdit
IUndoableOperation Interface
NamespacesICSharpCode.AvalonEdit.DocumentIUndoableOperation
This Interface describes a the basic Undo/Redo operation all Undo Operations must implement this interface.
Declaration Syntax
C#Visual BasicVisual C++
public interface IUndoableOperation
Public Interface IUndoableOperation
public interface class IUndoableOperation
Members
All MembersMethods



IconMemberDescription
Redo()()()()
Redo the last operation

Undo()()()()
Undo the last operation

Assembly: ICSharpCode.AvalonEdit (Module: ICSharpCode.AvalonEdit.dll) Version: 5.0.0.4238