ITextView.LayoutChanged Event

 

Occurs when the text editor performs a text line layout.

Namespace:   Microsoft.VisualStudio.Text.Editor
Assembly:  Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)

event EventHandler<TextViewLayoutChangedEventArgs> LayoutChanged

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.

Return to top
Show: