IVsTextViewEvents Interface
Visual Studio 2015
Notifier of events occurring on the text view object.
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | OnChangeCaretLine(IVsTextView, Int32, Int32) | Notifies the client when a change of caret line occurs. |
![]() | OnChangeScrollInfo(IVsTextView, Int32, Int32, Int32, Int32, Int32) | Notifies a client when the scrolling information is changed. |
![]() | OnKillFocus(IVsTextView) | Notifies a client when a view loses focus. |
![]() | OnSetBuffer(IVsTextView, IVsTextLines) | Notifies a client when a view is attached to a new buffer. |
![]() | OnSetFocus(IVsTextView) | Notifies a client when a view receives focus. |
See illustrations of the implementation and/or calling of this interface in the sample .d166df06-9a77-491d-aa81-6834a4ad7e50
Notes to Implementers:
Implement IVsTextViewEvents coincident with implementations of IVsTextView.
Show:
