ViewChangedEventArgs.OriginalView Property

Definition

Gets the view that was originally selected.

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

Property Value

Returns the view that was originally selected.

Applies to