C# Class RefreshSample.ViewModels.TestViewModel

Inheritance: INotifyPropertyChanged
Exibir arquivo Open project: jamesmontemagno/Xamarin.Forms-PullToRefreshLayout Class Usage Examples

Public Methods

Method Description
OnPropertyChanged ( string propertyName ) : void
TestViewModel ( Page page ) : System

Private Methods

Method Description
ExecuteRefreshCommand ( ) : System.Threading.Tasks.Task

Method Details

OnPropertyChanged() public method

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

TestViewModel() public method

public TestViewModel ( Page page ) : System
page Xamarin.Forms.Page
return System