Condividi tramite


Evento ITextEditorFactoryService.TextViewCreated

Generato quando un metodo ITextView viene creato.

Spazio dei nomi:  Microsoft.VisualStudio.Text.Editor
Assembly:  Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)

Sintassi

'Dichiarazione
Event TextViewCreated As EventHandler(Of TextViewCreatedEventArgs)
event EventHandler<TextViewCreatedEventArgs> TextViewCreated
event EventHandler<TextViewCreatedEventArgs^>^ TextViewCreated {
    void add (EventHandler<TextViewCreatedEventArgs^>^ value);
    void remove (EventHandler<TextViewCreatedEventArgs^>^ value);
}
abstract TextViewCreated : IEvent<EventHandler<TextViewCreatedEventArgs>,
    TextViewCreatedEventArgs>
JScript non supporta gli eventi.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ITextEditorFactoryService Interfaccia

Spazio dei nomi Microsoft.VisualStudio.Text.Editor