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