Condividi tramite


Evento IVsDataExplorerConnection.NodeExpandedOrRefreshed

Si verifica quando si espande un nodo o aggiornato in Esplora server.

Spazio dei nomi:  Microsoft.VisualStudio.Data.Services
Assembly:  Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)

Sintassi

'Dichiarazione
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 non supporta gli eventi.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IVsDataExplorerConnection Interfaccia

Spazio dei nomi Microsoft.VisualStudio.Data.Services