[]
        
(Showing Draft Content)

C1.WPF.RichTextBox.Documents.DocumentHistoryGroup

DocumentHistoryGroup Class

Helper class for handling DocumentHistory groups, starts a group when constructed, and ends it when disposed. This is meant to be used with the using keyword.

Inheritance
DocumentHistoryGroup
Implements
Namespace: C1.WPF.RichTextBox.Documents
Assembly: C1.WPF.RichTextBox.dll
Syntax
public sealed class DocumentHistoryGroup : IDisposable

Constructors

Name Description
DocumentHistoryGroup(DocumentHistory)

Creates a new DocumentHistoryGroup

Methods

Name Description
Dispose()

Ends the DocumentHistory group.