C# 클래스 Netsy.UI.ViewModels.BaseViewModel

Base class for view models - provides depenency property functionality
상속: INotifyPropertyChanged
파일 보기 프로젝트 열기: AnthonySteele/Netsy

보호된 메소드들

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

Notify that a property has changed

메소드 상세

OnPropertyChanged() 보호된 메소드

Notify that a property has changed
protected OnPropertyChanged ( string propertyName ) : void
propertyName string the name of the changed property
리턴 void