ITextView.LayoutChanged, événement

Se produit lorsque l'éditeur de texte effectue une disposition de ligne de texte.

Espace de noms :  Microsoft.VisualStudio.Text.Editor
Assembly :  Microsoft.VisualStudio.Text.UI (dans Microsoft.VisualStudio.Text.UI.dll)

Syntaxe

'Déclaration
Event LayoutChanged As EventHandler(Of TextViewLayoutChangedEventArgs)
event EventHandler<TextViewLayoutChangedEventArgs> LayoutChanged
event EventHandler<TextViewLayoutChangedEventArgs^>^ LayoutChanged {
    void add (EventHandler<TextViewLayoutChangedEventArgs^>^ value);
    void remove (EventHandler<TextViewLayoutChangedEventArgs^>^ value);
}
abstract LayoutChanged : IEvent<EventHandler<TextViewLayoutChangedEventArgs>,
    TextViewLayoutChangedEventArgs>
JScript ne prend pas en charge les événements.

Notes

Cet événement est déclenché chaque fois que le texte rendu contenu par ITextView change. Il est déclenché en réponse à des modifications de la mémoire tampon de texte sous-jacente, aux modifications de classification, et faites défiler simple.

Sécurité .NET Framework

Voir aussi

Référence

ITextView Interface

Microsoft.VisualStudio.Text.Editor, espace de noms