ITextView.LayoutChanged Evento

Definição

Ocorre sempre que o texto exibido na exibição é alterado.

public:
 event EventHandler<Microsoft::VisualStudio::Text::Editor::TextViewLayoutChangedEventArgs ^> ^ LayoutChanged;
event EventHandler<Microsoft.VisualStudio.Text.Editor.TextViewLayoutChangedEventArgs> LayoutChanged;
member this.LayoutChanged : EventHandler<Microsoft.VisualStudio.Text.Editor.TextViewLayoutChangedEventArgs> 
Event LayoutChanged As EventHandler(Of TextViewLayoutChangedEventArgs) 

Tipo de evento

EventHandler<TextViewLayoutChangedEventArgs>

Comentários

Esse evento é gerado sempre que o texto renderizado é exibido nas ITextView alterações.

Ele é gerado sempre que a exibição faz um layout (o que acontece quando DisplayTextLineContainingBufferPosition é chamado ou em resposta a alterações de texto ou de classificação).

Ele também é gerado sempre que a exibição Rola horizontalmente ou quando seu tamanho é alterado.

Aplica-se a