Share via


TextViewCreatedEventArgs Constructor

Initializes a new instance of TextViewCreatedEventArgs for the specified text view.

Namespace:  Microsoft.VisualStudio.Text.Editor
Assembly:  Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)

Syntax

'Declaration
Public Sub New ( _
    textView As ITextView _
)
public TextViewCreatedEventArgs(
    ITextView textView
)
public:
TextViewCreatedEventArgs(
    ITextView^ textView
)
new : 
        textView:ITextView -> TextViewCreatedEventArgs
public function TextViewCreatedEventArgs(
    textView : ITextView
)

Parameters

.NET Framework Security

See Also

Reference

TextViewCreatedEventArgs Class

Microsoft.VisualStudio.Text.Editor Namespace