Compartir a través de


IVsDataConnectionEvents.StateChanged (Evento)

Se produce cuando se cambia el estado de la conexión de datos.

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

Sintaxis

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

Seguridad de .NET Framework

Vea también

Referencia

IVsDataConnectionEvents Interfaz

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