Partager via


NodesChangedEventArgs(IList<INavigationContext>) Constructeur

Définition

Initialise une nouvelle instance de la classe NodesChangedEventArgs avec les éléments modifiés spécifiés.

public:
 NodesChangedEventArgs(System::Collections::Generic::IList<Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::INavigationContext ^> ^ changedItems);
public NodesChangedEventArgs (System.Collections.Generic.IList<Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.INavigationContext> changedItems);
new Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.NodesChangedEventArgs : System.Collections.Generic.IList<Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.INavigationContext> -> Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.NodesChangedEventArgs
Public Sub New (changedItems As IList(Of INavigationContext))

Paramètres

changedItems
IList<INavigationContext>

Liste des éléments modifiés.

S’applique à