ActiproSoftware.Text.Undo Namespace
Classes
| ObservableUndoableTextChangeStack | Provides wrapper for an IUndoableTextChangeStack that implements INotifyCollectionChanged, allowing it to be used as an items source in UI controls. |
| UndoRedoRequestEventArgs | Event arguments for when an undo or redo operation is requesting to be applied to an ITextDocument. |
Interfaces
| IUndoableTextChange | Provides the base requirements for a single undoable text change unit. |
| IUndoableTextChangeStack | Provides the base requirements for a simple last-in-first-out collection of IUndoableTextChange objects. |
| IUndoHistory | Provides the base requirements for an object that tracks undo and redo history for a document and allows re-application of those text changes. |
Enums
| SavePointChangeType | Specifies the type of changes that have been made to a character range since the last save point. |