Share via


ViewChangedEventArgs.OldView Property

Gets the previous view of the control.

Namespace:  Microsoft.SqlServer.Management.Controls
Assembly:  Microsoft.SqlServer.Management.Controls (in Microsoft.SqlServer.Management.Controls.dll)

Syntax

'Declaration
Public ReadOnly Property OldView As IView
    Get
'Usage
Dim instance As ViewChangedEventArgs
Dim value As IView

value = instance.OldView
public IView OldView { get; }
public:
property IView^ OldView {
    IView^ get ();
}
member OldView : IView
function get OldView () : IView

Property Value

Type: Microsoft.SqlServer.Management.Controls.IView
The previous view of the control.