ComponentOne RichTextBox for WPF and Silverlight
DocumentHistory Class Members
Properties  Methods  Events

C1.WPF.RichTextBox.Documents Namespace : DocumentHistory Class

The following tables list the members exposed by DocumentHistory.

Public Properties
 NameDescription
Public PropertyReturns whether there is an action to redo.  
Public PropertyReturns whether there is an action to undo.  
Public PropertyGets or sets a value that indicates whether the action is stored in DocumentHistory or not when change the document.  
Top
Public Methods
 NameDescription
Public MethodBegin an action group, all actions performed in a group are undone together.  
Public MethodClear the history of actions.  
Public MethodEnd an action group, see BeginGroup.  
Public MethodRedo the last undone action.  
Public MethodUndo the last action performed on the document.  
Top
Public Events
 NameDescription
Public EventFired when the history changes, that is, the list of actions to undo or redo changed.  
Top
See Also

Reference

DocumentHistory Class
C1.WPF.RichTextBox.Documents Namespace