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.Silverlight.RichTextBox.DocumentsAssembly: C1.Silverlight.RichTextBox (in C1.Silverlight.RichTextBox.dll)
Syntax
| C# |
|---|
public sealed class DocumentHistoryGroup : IDisposable |
| Visual Basic |
|---|
Public NotInheritable Class DocumentHistoryGroup _ Implements IDisposable |