ITextView.LayoutChanged Event
Visual Studio 2015
Occurs when the text editor performs a text line layout.
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
This event is raised whenever the rendered text contained by the ITextView changes. It is raised in response to changes in the underlying text buffer, classification changes, and simple scrolling.
Show: