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