ViewChangedEventArgs(IViewType, IViewType) Constructor

Definition

Initializes a new instance of the ViewChangedEventArgs class with the specified view settings.

public:
 ViewChangedEventArgs(Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::IViewType ^ originalView, Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::IViewType ^ newView);
public ViewChangedEventArgs (Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.IViewType originalView, Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.IViewType newView);
new Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.ViewChangedEventArgs : Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.IViewType * Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.IViewType -> Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.ViewChangedEventArgs
Public Sub New (originalView As IViewType, newView As IViewType)

Parameters

originalView
IViewType

View that was originally selected.

newView
IViewType

View that is now selected.

Applies to