ViewChangedEventArgs.NewView Property

Definition

Gets the view that is currently selected.

public:
 property Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::IViewType ^ NewView { Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::IViewType ^ get(); };
public Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.IViewType NewView { get; }
member this.NewView : Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.IViewType
Public ReadOnly Property NewView As IViewType

Property Value

Returns the view that is currently selected.

Applies to