TextViewLayoutChangedEventArgs Class

 

Provides information for the LayoutChanged event.

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

System.Object
  System.EventArgs
    Microsoft.VisualStudio.Text.Editor.TextViewLayoutChangedEventArgs

public class TextViewLayoutChangedEventArgs : EventArgs

NameDescription
System_CAPS_pubmethodTextViewLayoutChangedEventArgs(ViewState, ViewState, IList<ITextViewLine>, IList<ITextViewLine>)

Initializes a new instance of TextViewLayoutChangedEventArgs.

NameDescription
System_CAPS_pubpropertyHorizontalTranslation

Determines whether the view was translated horizontally after the last layout.

System_CAPS_pubpropertyNewOrReformattedLines

Gets a read-only collection of new or reformatted lines.

System_CAPS_pubpropertyNewOrReformattedSpans

Gets a collection of new or reformatted spans.

System_CAPS_pubpropertyNewSnapshot

Gets the new snapshot of the view.

System_CAPS_pubpropertyNewViewState

Gets the state of the view after the layout.

System_CAPS_pubpropertyOldSnapshot

Gets the old snapshot of the view. Deprecated.

System_CAPS_pubpropertyOldViewState

Gets the state of the view prior to the layout.

System_CAPS_pubpropertyTranslatedLines

Gets a collection of translated lines.

System_CAPS_pubpropertyTranslatedSpans

Gets a collection of translated spans.

System_CAPS_pubpropertyVerticalTranslation

Determines whether the view was translated vertically after the last layout.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: