C# 클래스 PlexRipper.Application.Settings.Models.Base.BaseModel

Used to implement the base properties for the SettingsModel.
상속: INotifyPropertyChanged
파일 보기 프로젝트 열기: PlexRipper/PlexRipper

보호된 메소드들

메소드 설명
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