Compartilhar via


Evento IVsDataConnectionEvents.StateChanged

Ocorre quando o estado da conexão de dados é modificado.

Namespace:  Microsoft.VisualStudio.Data.Services
Assembly:  Microsoft.VisualStudio.Data.Services (em Microsoft.VisualStudio.Data.Services.dll)

Sintaxe

'Declaração
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 não oferece suporte a eventos.

Segurança do .NET Framework

Consulte também

Referência

IVsDataConnectionEvents Interface

Namespace Microsoft.VisualStudio.Data.Services