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)

event EventHandler<TextViewCreatedEventArgs^>^ TextViewCreated {
	void add(EventHandler<TextViewCreatedEventArgs^>^ value);
	void remove(EventHandler<TextViewCreatedEventArgs^>^ value);
}
Return to top
Show: