Condividi tramite


Evento IVsDataExplorerConnection.NodeChanged

Si verifica quando un nodo è stato modificato.

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

Sintassi

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