ITextDocumentView.OnDocumentChange Method
Assembly: Topten.RichTextKit.dll
Namespace: Topten.RichTextKit.Editor
Declaring Type: ITextDocumentView
Notifies a view that the document has changed and provides information about which parts of the document were changed.
void OnDocumentChange(ITextDocumentView view, DocumentChangeInfo info);
Parameters
| ITextDocumentView view | The view initiating the change |
| DocumentChangeInfo info | Information about the change |
