Compartir a través de


IVsDataExplorerConnection.NodeExpandedOrRefreshed (Evento)

Se produce cuando se expande un nodo o se actualiza en el Explorador de servidores.

Espacio de nombres:  Microsoft.VisualStudio.Data.Services
Ensamblado:  Microsoft.VisualStudio.Data.Services (en Microsoft.VisualStudio.Data.Services.dll)

Sintaxis

'Declaración
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 no admite eventos.

Seguridad de .NET Framework

Vea también

Referencia

IVsDataExplorerConnection Interfaz

Microsoft.VisualStudio.Data.Services (Espacio de nombres)