Condividi tramite


Metodo DataConnectionProperties.OnPropertyChanged

Genera l'evento PropertyChanged.

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

Sintassi

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

Parametri

Note

Il metodo OnPropertyChanged consente alle classi derivate di gestire l'evento PropertyChanged senza associare 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.Framework