Compartir a través de


ITextView.ViewportLeftChanged (Evento)

Se produce cuando la posición del borde izquierdo de la ventanilla cambia. Obsoleto

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

Sintaxis

'Declaración
Event ViewportLeftChanged As EventHandler
event EventHandler ViewportLeftChanged
event EventHandler^ ViewportLeftChanged {
    void add (EventHandler^ value);
    void remove (EventHandler^ value);
}
abstract ViewportLeftChanged : 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)