Partager via


ViewChangedEventArgs(IViewType, IViewType) Constructeur

Définition

Initialise une nouvelle instance de la classe ViewChangedEventArgs avec les paramètres d'affichage spécifiés.

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)

Paramètres

originalView
IViewType

Vue qui était sélectionnée à l'origine.

newView
IViewType

Vue qui est maintenant sélectionnée.

S’applique à