C# Class ItemSelectedBehavior.HomePageViewModel

Inheritance: INotifyPropertyChanged
Exibir arquivo Open project: davidbritch/xamarin-forms Class Usage Examples

Public Methods

Method Description
HomePageViewModel ( ) : System.Collections.ObjectModel
OutputAge ( Person person ) : void

Protected Methods

Method Description
OnPropertyChanged ( string propertyName ) : void

Method Details

HomePageViewModel() public method

public HomePageViewModel ( ) : System.Collections.ObjectModel
return System.Collections.ObjectModel

OnPropertyChanged() protected method

protected OnPropertyChanged ( string propertyName ) : void
propertyName string
return void

OutputAge() public method

public OutputAge ( Person person ) : void
person Person
return void