Compartilhar via


Evento ITextView.ViewportHeightChanged

Ocorre quando a altura da porta de visualização é alterada. Preterido.

Namespace:  Microsoft.VisualStudio.Text.Editor
Assembly:  Microsoft.VisualStudio.Text.UI (em Microsoft.VisualStudio.Text.UI.dll)

Sintaxe

'Declaração
Event ViewportHeightChanged As EventHandler
event EventHandler ViewportHeightChanged
event EventHandler^ ViewportHeightChanged {
    void add (EventHandler^ value);
    void remove (EventHandler^ value);
}
abstract ViewportHeightChanged : IEvent<EventHandler,
    EventArgs>
JScript não oferece suporte a eventos.

Comentários

Preterido. Use LayoutChanged em vez disso.

Segurança do .NET Framework

Consulte também

Referência

ITextView Interface

Namespace Microsoft.VisualStudio.Text.Editor