Manages the history of actions performed in a document, and provides undo and redo for this actions.

Namespace:  C1.Phone.RichTextBox.Documents
Assembly:  C1.Phone.RichTextBox (in C1.Phone.RichTextBox.dll)

Syntax

C#
public class DocumentHistory
Visual Basic
Public Class DocumentHistory

Inheritance Hierarchy

System..::..Object
  C1.Phone.RichTextBox.Documents..::..DocumentHistory

See Also