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
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.