IVsTextViewEvents Interface

 

Notifier of events occurring on the text view object.

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

[InterfaceTypeAttribute(1)]
[GuidAttribute("E1965DA9-E791-49E2-9F9D-ED766D885967")]
public interface IVsTextViewEvents

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.

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.

Return to top
Show: