ITextEditorFactoryService.TextViewCreated Event
Raised when a ITextView is created.
Namespace: Microsoft.VisualStudio.Text.Editor
Assembly: Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)
Syntax
'Declaration
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 does not support events.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.