C# Class Commanding.DemoViewModel

Inheritance: INotifyPropertyChanged
显示文件 Open project: davidbritch/xamarin-forms Class Usage Examples

Public Methods

Method Description
DemoViewModel ( ) : System

Protected Methods

Method Description
OnPropertyChanged ( string propertyName ) : void

Private Methods

Method Description
CalculateSquareRoot ( ) : void
CalculateSquareRoot ( string value ) : void
CanInitiateNewDownload ( bool value ) : void
SimulateDownload ( ) : void
SimulateDownloadAsync ( ) : System.Threading.Tasks.Task

Method Details

DemoViewModel() public method

public DemoViewModel ( ) : System
return System

OnPropertyChanged() protected method

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