C# Class PlexRipper.Application.Settings.Models.Base.BaseModel

Used to implement the base properties for the SettingsModel.
Inheritance: INotifyPropertyChanged
Afficher le fichier Open project: PlexRipper/PlexRipper

Méthodes protégées

Méthode Description
OnPropertyChanged ( string propertyName = null ) : void

Used to signal that a property in the property has changed.

Method Details

OnPropertyChanged() protected méthode

Used to signal that a property in the property has changed.
protected OnPropertyChanged ( string propertyName = null ) : void
propertyName string The property name that has changed.
Résultat void