Partilhar via


Evento DataConnectionProperties.PropertyChanged

Evento que aciona na ocorrência de uma alteração em uma propriedade de conexão.

Namespace:  Microsoft.VisualStudio.Data
Assembly:  Microsoft.VisualStudio.Data (em Microsoft.VisualStudio.Data.dll)

Sintaxe

'Declaração
Public Event PropertyChanged As DataConnectionPropertyChangedEventHandler
public event DataConnectionPropertyChangedEventHandler PropertyChanged
public:
 event DataConnectionPropertyChangedEventHandler^ PropertyChanged {
    void add (DataConnectionPropertyChangedEventHandler^ value);
    void remove (DataConnectionPropertyChangedEventHandler^ value);
}
member PropertyChanged : IEvent<DataConnectionPropertyChangedEventHandler,
    DataConnectionPropertyChangedEventArgs>
JScript não oferece suporte a eventos.

Segurança do .NET Framework

Consulte também

Referência

DataConnectionProperties Classe

Namespace Microsoft.VisualStudio.Data