RichTextBox for UWP | ComponentOne
C1.Xaml.RichTextBox.Documents Namespace / DocumentHistory Class
Properties Methods Events


In This Topic
    DocumentHistory Class Members
    In This Topic

    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