C# 클래스 Pabloware.About.ViewModels.ViewModelBase

Base class for all ViewModel classes in the application. Provides support for property changes notification.
상속: INotifyPropertyChanged
파일 보기 프로젝트 열기: PawelStroinski/Pabloware.About.Phone

보호된 메소드들

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

Raises this object's PropertyChanged event.

비공개 메소드들

메소드 설명
VerifyPropertyName ( string propertyName ) : void

메소드 상세

OnPropertyChanged() 보호된 메소드

Raises this object's PropertyChanged event.
protected OnPropertyChanged ( string propertyName ) : void
propertyName string The name of the property that has a new value.
리턴 void