ViewChangedEventArgs.NewView Property
Gets the new view of the controls.
Namespace: Microsoft.SqlServer.Management.Controls
Assembly: Microsoft.SqlServer.Management.Controls (in Microsoft.SqlServer.Management.Controls.dll)
Syntax
'Declaration
Public ReadOnly Property NewView As IView
Get
'Usage
Dim instance As ViewChangedEventArgs
Dim value As IView
value = instance.NewView
public IView NewView { get; }
public:
property IView^ NewView {
IView^ get ();
}
member NewView : IView
function get NewView () : IView
Property Value
Type: Microsoft.SqlServer.Management.Controls.IView
The new view of the controls.