C# Class ItemSelectedBehavior.HomePageViewModel

Inheritance: INotifyPropertyChanged
Afficher le fichier Open project: davidbritch/xamarin-forms Class Usage Examples

Méthodes publiques

Méthode Description
HomePageViewModel ( ) : System.Collections.ObjectModel
OutputAge ( Person person ) : void

Méthodes protégées

Méthode Description
OnPropertyChanged ( string propertyName ) : void

Method Details

HomePageViewModel() public méthode

public HomePageViewModel ( ) : System.Collections.ObjectModel
Résultat System.Collections.ObjectModel

OnPropertyChanged() protected méthode

protected OnPropertyChanged ( string propertyName ) : void
propertyName string
Résultat void

OutputAge() public méthode

public OutputAge ( Person person ) : void
person Person
Résultat void