C# Class RefreshSample.ViewModels.TestViewModel

Inheritance: INotifyPropertyChanged
Afficher le fichier Open project: jamesmontemagno/Xamarin.Forms-PullToRefreshLayout Class Usage Examples

Méthodes publiques

Méthode Description
OnPropertyChanged ( string propertyName ) : void
TestViewModel ( Page page ) : System

Private Methods

Méthode Description
ExecuteRefreshCommand ( ) : System.Threading.Tasks.Task

Method Details

OnPropertyChanged() public méthode

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

TestViewModel() public méthode

public TestViewModel ( Page page ) : System
page Xamarin.Forms.Page
Résultat System