ITextView Events
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Text.Editor
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
| Name | Description | |
|---|---|---|
![]() | Closed | Occurs immediately after the text view is closed. |
![]() | GotAggregateFocus | Occurs when the keyboard focus switches to the view or one of its adornments. |
![]() | LayoutChanged | Occurs when the text editor performs a text line layout. |
![]() | LostAggregateFocus | Occurs when the keyboard focus switches away from the view and any of its adornments. |
![]() | MouseHover | Occurs when the mouse has hovered over a character. |
![]() | ViewportHeightChanged | Occurs when the viewport height is changed. Deprecated. |
![]() | ViewportLeftChanged | Occurs when the position of the viewport left edge is changed. Deprecated |
![]() | ViewportWidthChanged | Occurs when the viewport width is changed. Deprecated. |
Show:
