TextViewLayoutChangedEventArgs Constructor (ViewState^, ViewState^, IList<ITextViewLine^>^, IList<ITextViewLine^>^)

 

Initializes a new instance of TextViewLayoutChangedEventArgs.

Namespace:   Microsoft.VisualStudio.Text.Editor
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.

Return to top
Show: