IVsTextViewEvents Members
Include Protected Members
Include Inherited Members
Notifier of events occurring on the text view object.
The IVsTextViewEvents type exposes the following members.
Methods
Name | Description | |
---|---|---|
OnChangeCaretLine | Notifies the client when a change of caret line occurs. | |
OnChangeScrollInfo | Notifies a client when the scrolling information is changed. | |
OnKillFocus | Notifies a client when a view loses focus. | |
OnSetBuffer | Notifies a client when a view is attached to a new buffer. | |
OnSetFocus | Notifies a client when a view receives focus. |
Top