C# Class MasterDetail.Core.ViewModels.ViewModelBase

Inheritance: INotifyPropertyChanged
Afficher le fichier Open project: jamesmontemagno/MasterDetail-Xamarin

Méthodes protégées

Méthode Description
OnPropertyChanged ( string propName ) : void

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

Method Details

OnPropertyChanged() protected méthode

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