C# 클래스 MasterDetail.Core.ViewModels.ViewModelBase

상속: INotifyPropertyChanged
파일 보기 프로젝트 열기: jamesmontemagno/MasterDetail-Xamarin

보호된 메소드들

메소드 설명
OnPropertyChanged ( string propName ) : void

When a property is changed notify the UI (WP/WinStore)

메소드 상세

OnPropertyChanged() 보호된 메소드

When a property is changed notify the UI (WP/WinStore)
protected OnPropertyChanged ( string propName ) : void
propName string
리턴 void