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.

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

Syntax

C#
public sealed class DocumentHistoryGroup : IDisposable
Visual Basic
Public NotInheritable Class DocumentHistoryGroup _
	Implements IDisposable

Inheritance Hierarchy

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

See Also