RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox.Documents Namespace / DocumentHistoryGroup Class / DocumentHistoryGroup Constructor
The DocumentHistory where to start the group.

In This Topic
    DocumentHistoryGroup Constructor
    In This Topic
    Creates a new DocumentHistoryGroup
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal history As DocumentHistory _
    )
    public DocumentHistoryGroup( 
       DocumentHistory history
    )

    Parameters

    history
    The DocumentHistory where to start the group.
    See Also