DataConnectionSupport.StateChanged, événement

Se produit lorsque l'état de connexion de données a changé.

Espace de noms :  Microsoft.VisualStudio.Data.Framework
Assembly :  Microsoft.VisualStudio.Data.Framework (dans Microsoft.VisualStudio.Data.Framework.dll)

Syntaxe

'Déclaration
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 ne prend pas en charge les événements.

Implémentations

IVsDataConnectionEvents.StateChanged

Sécurité .NET Framework

Voir aussi

Référence

DataConnectionSupport Classe

Microsoft.VisualStudio.Data.Framework, espace de noms