C# Class GPS.Utils.ModelBase

ModelBase is used as base class used where we need to implement INotifyPropertyChanged.
Inheritance: INotifyPropertyChanged
Show file Open project: ProjPossibility/CSUN-MobileMapMagnifier

Protected Methods

Method Description
OnPropertyChanged ( string propertyName ) : void

Invokes the PropertyChanged event.

Method Details

OnPropertyChanged() protected method

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