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
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.