Share via


DataConnectionProperties.IDataConnectionProperties.PropertyChanged, événement

Événement qui déclenche l'occurrence d'une modification à une propriété de connexion.

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

Syntaxe

'Déclaration
Private Event PropertyChanged As EventHandler
    Implements IDataConnectionProperties.PropertyChanged
event EventHandler IDataConnectionProperties.PropertyChanged
private:
virtual  event EventHandler^ PropertyChanged {
    void add (EventHandler^ value);
    void remove (EventHandler^ value);
}
private abstract PropertyChanged : IEvent<EventHandler,
    EventArgs>
private override PropertyChanged : IEvent<EventHandler,
    EventArgs>
JScript ne prend pas en charge les événements.

Implémentations

IDataConnectionProperties.PropertyChanged

Sécurité .NET Framework

Voir aussi

Référence

DataConnectionProperties Classe

Microsoft.VisualStudio.Data, espace de noms