ITextEditorFactoryService.TextViewCreated, événement

Déclenché lorsque ITextView est créé.

Espace de noms :  Microsoft.VisualStudio.Text.Editor
Assembly :  Microsoft.VisualStudio.Text.UI.Wpf (dans Microsoft.VisualStudio.Text.UI.Wpf.dll)

Syntaxe

'Déclaration
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 ne prend pas en charge les événements.

Sécurité .NET Framework

Voir aussi

Référence

ITextEditorFactoryService Interface

Microsoft.VisualStudio.Text.Editor, espace de noms