C# Class MasterDetail.Core.ViewModels.ViewModelBase

Inheritance: INotifyPropertyChanged
Mostra file Open project: jamesmontemagno/MasterDetail-Xamarin

Protected Methods

Method Description
OnPropertyChanged ( string propName ) : void

When a property is changed notify the UI (WP/WinStore)

Method Details

OnPropertyChanged() protected method

When a property is changed notify the UI (WP/WinStore)
protected OnPropertyChanged ( string propName ) : void
propName string
return void