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

Used to implement the base properties for the SettingsModel.
Inheritance: INotifyPropertyChanged
Mostrar archivo Open project: PlexRipper/PlexRipper

Protected Methods

Method Description
OnPropertyChanged ( string propertyName = null ) : void

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

Method Details

OnPropertyChanged() protected method

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.
return void