C# Class MVVMSidekick.Collections.DependencyCollectionViewDelegateIncrementalLoader

Inheritance: DependencyCollectionViewIncrementalLoaderBase
Datei anzeigen Open project: waynebaby/MVVM-Sidekick Class Usage Examples

Public Methods

Method Description
DependencyCollectionViewDelegateIncrementalLoader ( Func hasMoreItems, Func loadMoreItemsAsync ) : System

Protected Methods

Method Description
OnCheckIfHasMoreItems ( ) : bool
OnLoadMoreItemsAsync ( uint count ) : IAsyncOperation

Method Details

DependencyCollectionViewDelegateIncrementalLoader() public method

public DependencyCollectionViewDelegateIncrementalLoader ( Func hasMoreItems, Func loadMoreItemsAsync ) : System
hasMoreItems Func
loadMoreItemsAsync Func
return System

OnCheckIfHasMoreItems() protected method

protected OnCheckIfHasMoreItems ( ) : bool
return bool

OnLoadMoreItemsAsync() protected method

protected OnLoadMoreItemsAsync ( uint count ) : IAsyncOperation
count uint
return IAsyncOperation