NodesChangedEventArgs.ChangedNodes Property

Definition

Gets a list of nodes that have changed.

public:
 property System::Collections::Generic::IList<Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::INavigationContext ^> ^ ChangedNodes { System::Collections::Generic::IList<Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::INavigationContext ^> ^ get(); };
public System.Collections.Generic.IList<Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.INavigationContext> ChangedNodes { get; }
member this.ChangedNodes : System.Collections.Generic.IList<Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.INavigationContext>
Public ReadOnly Property ChangedNodes As IList(Of INavigationContext)

Property Value

Returns a value that represents a list of nodes that have changed.

Applies to