IVsDataConnectionEvents.StateChanged, événement
Se produit lorsque l'état de connexion de données est modifié.
Espace de noms : Microsoft.VisualStudio.Data.Services
Assembly : Microsoft.VisualStudio.Data.Services (dans Microsoft.VisualStudio.Data.Services.dll)
Syntaxe
'Déclaration
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 ne prend pas en charge les événements.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.