C# Класс PlexRipper.Application.Settings.Models.Base.BaseModel

Used to implement the base properties for the SettingsModel.
Наследование: INotifyPropertyChanged
Показать файл Открыть проект

Защищенные методы

Метод Описание
OnPropertyChanged ( string propertyName = null ) : void

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

Описание методов

OnPropertyChanged() защищенный Метод

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.
Результат void