IVsTextViewEvents Methods

 

Namespace:   Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)

NameDescription
System_CAPS_pubmethodOnChangeCaretLine(IVsTextView^, Int32, Int32)

Notifies the client when a change of caret line occurs.

System_CAPS_pubmethodOnChangeScrollInfo(IVsTextView^, Int32, Int32, Int32, Int32, Int32)

Notifies a client when the scrolling information is changed.

System_CAPS_pubmethodOnKillFocus(IVsTextView^)

Notifies a client when a view loses focus.

System_CAPS_pubmethodOnSetBuffer(IVsTextView^, IVsTextLines^)

Notifies a client when a view is attached to a new buffer.

System_CAPS_pubmethodOnSetFocus(IVsTextView^)

Notifies a client when a view receives focus.

Return to top
Show: