TextViewLayoutChangedEventArgs Constructor (ViewState^, ViewState^, IList<ITextViewLine^>^, IList<ITextViewLine^>^)
Visual Studio 2015
Initializes a new instance of TextViewLayoutChangedEventArgs.
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
public:
TextViewLayoutChangedEventArgs(
ViewState^ oldState,
ViewState^ newState,
IList<ITextViewLine^>^ newOrReformattedLines,
IList<ITextViewLine^>^ translatedLines
)
Parameters
- oldState
-
Type:
Microsoft.VisualStudio.Text.Editor::ViewState^
State of the view prior to the layout.
- newState
-
Type:
Microsoft.VisualStudio.Text.Editor::ViewState^
State of the view after the layout.
- newOrReformattedLines
-
Type:
System.Collections.Generic::IList<ITextViewLine^>^
A list of the new or reformatted ITextViewLine objects.
- translatedLines
-
Type:
System.Collections.Generic::IList<ITextViewLine^>^
A list of the translated ITextViewLine objects.
Show: