IVsDataExplorerConnection.NodeExpandedOrRefreshed, événement

Se produit lorsqu'un nœud est développé ou actualisé dans l'explorateur de serveurs.

Espace de noms :  Microsoft.VisualStudio.Data.Services
Assembly :  Microsoft.VisualStudio.Data.Services (dans Microsoft.VisualStudio.Data.Services.dll)

Syntaxe

'Déclaration
Event NodeExpandedOrRefreshed As EventHandler(Of DataExplorerNodeEventArgs)
event EventHandler<DataExplorerNodeEventArgs> NodeExpandedOrRefreshed
event EventHandler<DataExplorerNodeEventArgs^>^ NodeExpandedOrRefreshed {
    void add (EventHandler<DataExplorerNodeEventArgs^>^ value);
    void remove (EventHandler<DataExplorerNodeEventArgs^>^ value);
}
abstract NodeExpandedOrRefreshed : IEvent<EventHandler<DataExplorerNodeEventArgs>,
    DataExplorerNodeEventArgs>
JScript ne prend pas en charge les événements.

Sécurité .NET Framework

Voir aussi

Référence

IVsDataExplorerConnection Interface

Microsoft.VisualStudio.Data.Services, espace de noms