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

Sécurité .NET Framework

Voir aussi

Référence

DataConnectionSupport Classe

Microsoft.VisualStudio.Data.Framework, espace de noms