Condividi tramite


NodesChangedEventArgs(IList<INavigationContext>) Costruttore

Definizione

Inizializza una nuova istanza della classe NodesChangedEventArgs con gli elementi modificati specificati.

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))

Parametri

changedItems
IList<INavigationContext>

Elenco di elementi modificati.

Si applica a