Compartir a través de


ITextView.ViewportWidthChanged (Evento)

Se produce cuando se cambia el ancho de la ventanilla. Obsoleto.

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

Sintaxis

'Declaración
Event ViewportWidthChanged As EventHandler
event EventHandler ViewportWidthChanged
event EventHandler^ ViewportWidthChanged {
    void add (EventHandler^ value);
    void remove (EventHandler^ value);
}
abstract ViewportWidthChanged : IEvent<EventHandler,
    EventArgs>
JScript no admite eventos.

Comentarios

Obsoleto. Utilice LayoutChanged en su lugar.

Seguridad de .NET Framework

Vea también

Referencia

ITextView Interfaz

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