NodesChangedEventArgs(IList<INavigationContext>) Constructor

Definition

Initializes a new instance of the NodesChangedEventArgs class with the specified changed items.

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

Parameters

changedItems
IList<INavigationContext>

List of items that have been changed.

Applies to