Condividi tramite


Evento IVsDataExplorerConnection.NodeInserted

Si verifica quando un nodo viene inserito in Esplora server.

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

Sintassi

'Dichiarazione
Event NodeInserted As EventHandler(Of DataExplorerNodeEventArgs)
event EventHandler<DataExplorerNodeEventArgs> NodeInserted
event EventHandler<DataExplorerNodeEventArgs^>^ NodeInserted {
    void add (EventHandler<DataExplorerNodeEventArgs^>^ value);
    void remove (EventHandler<DataExplorerNodeEventArgs^>^ value);
}
abstract NodeInserted : 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