Compartir a través de


ITextView.ViewportHeightChanged (Evento)

Se produce cuando se cambia el alto 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 ViewportHeightChanged As EventHandler
event EventHandler ViewportHeightChanged
event EventHandler^ ViewportHeightChanged {
    void add (EventHandler^ value);
    void remove (EventHandler^ value);
}
abstract ViewportHeightChanged : 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)