AdoDotNetConnectionProperties.PropertyChanged (Evento)

Aparece en la aparición de un cambio en una propiedad de conexión.

Espacio de nombres:  Microsoft.VisualStudio.Data.Framework.AdoDotNet
Ensamblado:  Microsoft.VisualStudio.Data.Framework (en Microsoft.VisualStudio.Data.Framework.dll)

Sintaxis

'Declaración
Public Event PropertyChanged As PropertyChangedEventHandler
public event PropertyChangedEventHandler PropertyChanged
public:
virtual  event PropertyChangedEventHandler^ PropertyChanged {
    void add (PropertyChangedEventHandler^ value);
    void remove (PropertyChangedEventHandler^ value);
}
abstract PropertyChanged : IEvent<PropertyChangedEventHandler,
    PropertyChangedEventArgs>
override PropertyChanged : IEvent<PropertyChangedEventHandler,
    PropertyChangedEventArgs>
JScript no admite eventos.

Implementaciones

INotifyPropertyChanged.PropertyChanged

Seguridad de .NET Framework

Vea también

Referencia

AdoDotNetConnectionProperties Clase

Microsoft.VisualStudio.Data.Framework.AdoDotNet (Espacio de nombres)