C# Class UwpHelpers.Examples.ViewModels.IncrementalScrollingViewModel

Inheritance: INotifyPropertyChanged
Datei anzeigen Open project: LanceMcCarthy/UwpProjects

Public Methods

Method Description
IncrementalScrollingViewModel ( ) : System.Collections.ObjectModel

Private Methods

Method Description
FakeApiCallAsync ( int pageNumber, int itemsPerPage ) : Task>
GetMoreData ( ) : Task>
InitializeData ( ) : void
OnPropertyChanged ( [ propertyName = null ) : void

Method Details

IncrementalScrollingViewModel() public method

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