Compartilhar via


Construtor TextViewLayoutChangedEventArgs

Inicializa uma nova instância de TextViewLayoutChangedEventArgs.

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

Sintaxe

'Declaração
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>
)

Parâmetros

Segurança do .NET Framework

Consulte também

Referência

TextViewLayoutChangedEventArgs Classe

Namespace Microsoft.VisualStudio.Text.Editor