ITextViewCreationListener.TextViewCreated(ITextView) Method

Definition

Called when a text view having matching roles is created over a text data model having a matching content type.

public:
 void TextViewCreated(Microsoft::VisualStudio::Text::Editor::ITextView ^ textView);
public void TextViewCreated (Microsoft.VisualStudio.Text.Editor.ITextView textView);
abstract member TextViewCreated : Microsoft.VisualStudio.Text.Editor.ITextView -> unit
Public Sub TextViewCreated (textView As ITextView)

Parameters

textView
ITextView

The newly created text view.

Applies to