TextViewLayoutChangedEventArgs.OldViewState Property

Definition

State of the view prior to the layout.

public:
 property Microsoft::VisualStudio::Text::Editor::ViewState ^ OldViewState { Microsoft::VisualStudio::Text::Editor::ViewState ^ get(); };
public Microsoft.VisualStudio.Text.Editor.ViewState OldViewState { get; }
member this.OldViewState : Microsoft.VisualStudio.Text.Editor.ViewState
Public ReadOnly Property OldViewState As ViewState

Property Value

The state of the view prior to the layout.

Applies to