Share via


TextViewLayoutChangedEventArgs Constructor

Initializes a new instance of TextViewLayoutChangedEventArgs.

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

Syntax

'Déclaration
Public Sub New ( _
    oldState As ViewState, _
    newState As ViewState, _
    newOrReformattedLines As IList(Of ITextViewLine), _
    translatedLines As IList(Of ITextViewLine) _
)
public TextViewLayoutChangedEventArgs(
    ViewState oldState,
    ViewState newState,
    IList<ITextViewLine> newOrReformattedLines,
    IList<ITextViewLine> translatedLines
)
public:
TextViewLayoutChangedEventArgs(
    ViewState^ oldState, 
    ViewState^ newState, 
    IList<ITextViewLine^>^ newOrReformattedLines, 
    IList<ITextViewLine^>^ translatedLines
)
new : 
        oldState:ViewState * 
        newState:ViewState * 
        newOrReformattedLines:IList<ITextViewLine> * 
        translatedLines:IList<ITextViewLine> -> TextViewLayoutChangedEventArgs
public function TextViewLayoutChangedEventArgs(
    oldState : ViewState, 
    newState : ViewState, 
    newOrReformattedLines : IList<ITextViewLine>, 
    translatedLines : IList<ITextViewLine>
)

Parameters

.NET Framework Security

See Also

Reference

TextViewLayoutChangedEventArgs Class

Microsoft.VisualStudio.Text.Editor Namespace