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
- 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, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.