Condividi tramite


Evento IVsDataConnectionEvents.StateChanged

Si verifica quando lo stato della connessione dati viene modificato.

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

Sintassi

'Dichiarazione
Event StateChanged As EventHandler(Of DataConnectionStateChangedEventArgs)
event EventHandler<DataConnectionStateChangedEventArgs> StateChanged
event EventHandler<DataConnectionStateChangedEventArgs^>^ StateChanged {
    void add (EventHandler<DataConnectionStateChangedEventArgs^>^ value);
    void remove (EventHandler<DataConnectionStateChangedEventArgs^>^ value);
}
abstract StateChanged : IEvent<EventHandler<DataConnectionStateChangedEventArgs>,
    DataConnectionStateChangedEventArgs>
JScript non supporta gli eventi.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IVsDataConnectionEvents Interfaccia

Spazio dei nomi Microsoft.VisualStudio.Data.Services