DataConnectionSupport.OnStateChanged, méthode
Gère l'événement StateChanged.
Espace de noms : Microsoft.VisualStudio.Data.Framework
Assembly : Microsoft.VisualStudio.Data.Framework (dans Microsoft.VisualStudio.Data.Framework.dll)
Syntaxe
'Déclaration
Protected Overridable Sub OnStateChanged ( _
e As DataConnectionStateChangedEventArgs _
)
protected virtual void OnStateChanged(
DataConnectionStateChangedEventArgs e
)
protected:
virtual void OnStateChanged(
DataConnectionStateChangedEventArgs^ e
)
abstract OnStateChanged :
e:DataConnectionStateChangedEventArgs -> unit
override OnStateChanged :
e:DataConnectionStateChangedEventArgs -> unit
protected function OnStateChanged(
e : DataConnectionStateChangedEventArgs
)
Paramètres
- e
Type : Microsoft.VisualStudio.Data.Services.DataConnectionStateChangedEventArgs
Objet DataConnectionStateChangedEventArgs contenant les données d'événement.
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.