Compartilhar via


Evento ITextView.Closed

Ocorre imediatamente após o modo de exibição de texto está fechado.

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

Sintaxe

'Declaração
Event Closed As EventHandler
event EventHandler Closed
event EventHandler^ Closed {
    void add (EventHandler^ value);
    void remove (EventHandler^ value);
}
abstract Closed : IEvent<EventHandler,
    EventArgs>
JScript não oferece suporte a eventos.

Segurança do .NET Framework

Consulte também

Referência

ITextView Interface

Namespace Microsoft.VisualStudio.Text.Editor