DataConnection.OnStateChanged, méthode

Gestionnaire pour l'événement d' StateChanged .

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

Syntaxe

'Déclaration
Protected MustOverride Sub OnStateChanged ( _
    e As DataConnectionStateChangedEventArgs _
)
protected abstract void OnStateChanged(
    DataConnectionStateChangedEventArgs e
)
protected:
virtual void OnStateChanged(
    DataConnectionStateChangedEventArgs^ e
) abstract
abstract OnStateChanged : 
        e:DataConnectionStateChangedEventArgs -> unit
protected abstract function OnStateChanged(
    e : DataConnectionStateChangedEventArgs
)

Paramètres

Notes

Ce membre prend en charge l'infrastructure de DDEX et n'est pas destiné à être utilisé directement à partir de votre code.

Sécurité .NET Framework

Voir aussi

Référence

DataConnection Classe

Microsoft.VisualStudio.Data, espace de noms