IVsTextBufferDataEvents Interface
Visual Studio 2015
Notifies clients when a text buffer is initialized and when changes are made to text buffer data.
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | OnFileChanged(UInt32, UInt32) | Forwards the IVsFileChangeEvents::FilesChanged notification that the text buffer monitors to other interested parties. |
![]() | OnLoadCompleted(Int32) | Notifies client when the buffer is initialized. |
See illustrations of the implementation and/or the calling of this interface in the sample .f08872bd-fd9c-4e36-8cf2-a2a2622ef986
Notes to Implementers:
Called by the environment to provide information regarding changes to the text buffer.
Show:
