In This Article

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

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.

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.

Enums

SavePointChangeType

Specifies the type of changes that have been made to a character range since the last save point.