Compartir a través de


ITextView.Closed (Evento)

Se produce inmediatamente después de cerrar la vista de texto.

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

Sintaxis

'Declaración
Event Closed As EventHandler
event EventHandler Closed
event EventHandler^ Closed {
    void add (EventHandler^ value);
    void remove (EventHandler^ value);
}
abstract Closed : IEvent<EventHandler,
    EventArgs>
JScript no admite eventos.

Seguridad de .NET Framework

Vea también

Referencia

ITextView Interfaz

Microsoft.VisualStudio.Text.Editor (Espacio de nombres)