C# 클래스 GPS.Utils.ModelBase

ModelBase is used as base class used where we need to implement INotifyPropertyChanged.
상속: INotifyPropertyChanged
파일 보기 프로젝트 열기: ProjPossibility/CSUN-MobileMapMagnifier

보호된 메소드들

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

Invokes the PropertyChanged event.

메소드 상세

OnPropertyChanged() 보호된 메소드

Invokes the PropertyChanged event.
protected OnPropertyChanged ( string propertyName ) : void
propertyName string /// The name of the property that was changed. ///
리턴 void