Compartilhar via


Evento IWpfTextViewHost.Closed

Ocorre imediatamente depois de fechar o modo de exibição de texto.

Namespace:  Microsoft.VisualStudio.Text.Editor
Assembly:  Microsoft.VisualStudio.Text.UI.Wpf (em Microsoft.VisualStudio.Text.UI.Wpf.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

IWpfTextViewHost Interface

Namespace Microsoft.VisualStudio.Text.Editor