C# Class ManagedBass.INPC

Base implementation of INotifyPropertyChanged
Inheritance: INotifyPropertyChanged
Afficher le fichier Open project: ManagedBass/ManagedBass

Méthodes protégées

Méthode Description
OnPropertyChanged ( [ PropertyName = null ) : void

Fires the PropertyChanged event.

Method Details

OnPropertyChanged() protected méthode

Fires the PropertyChanged event.
protected OnPropertyChanged ( [ PropertyName = null ) : void
PropertyName [
Résultat void