Compartilhar via


Evento ITextView.ViewportLeftChanged

Ocorre quando a posição da borda esquerda do visor é alterada. Preterido

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

Sintaxe

'Declaração
Event ViewportLeftChanged As EventHandler
event EventHandler ViewportLeftChanged
event EventHandler^ ViewportLeftChanged {
    void add (EventHandler^ value);
    void remove (EventHandler^ value);
}
abstract ViewportLeftChanged : 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