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