C# Class UwpHelpers.Examples.ViewModels.NetworkImageViewModel

Inheritance: INotifyPropertyChanged
Datei anzeigen Open project: LanceMcCarthy/UwpProjects

Public Methods

Method Description
LoadImagesAsync ( ) : System.Threading.Tasks.Task
NetworkImageViewModel ( ) : System

Private Methods

Method Description
OnPropertyChanged ( [ propertyName = null ) : void

Method Details

LoadImagesAsync() public method

public LoadImagesAsync ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task

NetworkImageViewModel() public method

public NetworkImageViewModel ( ) : System
return System