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
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per altre informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.