TextViewLayoutChangedEventArgs::OldViewState Property

 

Gets the state of the view prior to the layout.

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

public:
property ViewState^ OldViewState {
	ViewState^ get();
}

Property Value

Type: Microsoft.VisualStudio.Text.Editor::ViewState^

The state of the view prior to the layout.

Return to top
Show: