C# 클래스 SharpSpecs.UI.ViewModels.ViewModel

상속: INotifyPropertyChanged
파일 보기 프로젝트 열기: charlieridley/SharpSpecs

보호된 메소드들

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

Called when the property changes

메소드 상세

OnNotifyPropertyChanged() 보호된 메소드

Called when the property changes
protected OnNotifyPropertyChanged ( string propertyName ) : void
propertyName string Name of the property.
리턴 void