Condividi tramite


Evento DataConnectionProperties.IDataConnectionProperties.PropertyChanged

Evento generato all'occorrenza di una modifica a una proprietà di connessione.

Spazio dei nomi:  Microsoft.VisualStudio.Data
Assembly:  Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)

Sintassi

'Dichiarazione
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 non supporta gli eventi.

Implementa

IDataConnectionProperties.PropertyChanged

Sicurezza di .NET Framework

Vedere anche

Riferimenti

DataConnectionProperties Classe

Spazio dei nomi Microsoft.VisualStudio.Data