Compartir a través de


ITextView.LayoutChanged (Evento)

Se produce cuando el editor de texto realiza un diseño de línea de texto.

Espacio de nombres:  Microsoft.VisualStudio.Text.Editor
Ensamblado:  Microsoft.VisualStudio.Text.UI (en Microsoft.VisualStudio.Text.UI.dll)

Sintaxis

'Declaración
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 no admite eventos.

Comentarios

Este evento se provoca siempre que el texto generado contenido por los cambios de ITextView . Se activa en respuesta a cambios en el búfer de texto subyacente, a cambios de clasificación, y el desplazamiento simple.

Seguridad de .NET Framework

Vea también

Referencia

ITextView Interfaz

Microsoft.VisualStudio.Text.Editor (Espacio de nombres)