C# 클래스 Presentation.ViewModelBase

상속: INotifyPropertyChanged
파일 보기 프로젝트 열기: Christoph/evalution

보호된 메소드들

메소드 설명
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 property that has a new value.
리턴 void