TextViewLayoutChangedEventArgs.OldViewState Property        
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.ViewStatePublic ReadOnly Property OldViewState As ViewStateProperty Value
The state of the view prior to the layout.