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
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.