Compartir a través de


DataConnectionSupport.StateChanged (Evento)

Se produce cuando el estado de la conexión de datos ha cambiado.

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

Sintaxis

'Declaración
Public Event StateChanged As EventHandler(Of DataConnectionStateChangedEventArgs)
public event EventHandler<DataConnectionStateChangedEventArgs> StateChanged
public:
virtual  event EventHandler<DataConnectionStateChangedEventArgs^>^ StateChanged {
    void add (EventHandler<DataConnectionStateChangedEventArgs^>^ value);
    void remove (EventHandler<DataConnectionStateChangedEventArgs^>^ value);
}
abstract StateChanged : IEvent<EventHandler<DataConnectionStateChangedEventArgs>,
    DataConnectionStateChangedEventArgs>
override StateChanged : IEvent<EventHandler<DataConnectionStateChangedEventArgs>,
    DataConnectionStateChangedEventArgs>
JScript no admite eventos.

Implementaciones

IVsDataConnectionEvents.StateChanged

Seguridad de .NET Framework

Vea también

Referencia

DataConnectionSupport Clase

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