IVsTextBufferDataEvents Members
Include Protected Members
Include Inherited Members
Notifies clients when a text buffer is initialized and when changes are made to text buffer data.
The IVsTextBufferDataEvents type exposes the following members.
Methods
Name | Description | |
---|---|---|
OnFileChanged | Forwards the IVsFileChangeEvents::FilesChanged notification that the text buffer monitors to other interested parties. | |
OnLoadCompleted | Notifies client when the buffer is initialized. |
Top