Condividi tramite


Metodo DataConnectionProperties.OnPropertyChanged

Genera l'evento PropertyChanged.

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

Sintassi

'Dichiarazione
Protected Overridable Sub OnPropertyChanged ( _
    e As DataConnectionPropertyChangedEventArgs _
)
protected virtual void OnPropertyChanged(
    DataConnectionPropertyChangedEventArgs e
)
protected:
virtual void OnPropertyChanged(
    DataConnectionPropertyChangedEventArgs^ e
)
abstract OnPropertyChanged : 
        e:DataConnectionPropertyChangedEventArgs -> unit  
override OnPropertyChanged : 
        e:DataConnectionPropertyChangedEventArgs -> unit
protected function OnPropertyChanged(
    e : DataConnectionPropertyChangedEventArgs
)

Parametri

Note

Il metodo di OnPropertyChanged consente alle classi derivate gestire l'evento PropertyChanged senza allegare un delegato. Si tratta della tecnica maggiormente utilizzata per la gestione dell'evento in una classe derivata.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

DataConnectionProperties Classe

Spazio dei nomi Microsoft.VisualStudio.Data