C# Class MVVMSidekick.Collections.DependencyCollectionViewDelegateIncrementalLoader

Inheritance: DependencyCollectionViewIncrementalLoaderBase
Afficher le fichier Open project: waynebaby/MVVM-Sidekick Class Usage Examples

Méthodes publiques

Méthode Description
DependencyCollectionViewDelegateIncrementalLoader ( Func hasMoreItems, Func loadMoreItemsAsync ) : System

Méthodes protégées

Méthode Description
OnCheckIfHasMoreItems ( ) : bool
OnLoadMoreItemsAsync ( uint count ) : IAsyncOperation

Method Details

DependencyCollectionViewDelegateIncrementalLoader() public méthode

public DependencyCollectionViewDelegateIncrementalLoader ( Func hasMoreItems, Func loadMoreItemsAsync ) : System
hasMoreItems Func
loadMoreItemsAsync Func
Résultat System

OnCheckIfHasMoreItems() protected méthode

protected OnCheckIfHasMoreItems ( ) : bool
Résultat bool

OnLoadMoreItemsAsync() protected méthode

protected OnLoadMoreItemsAsync ( uint count ) : IAsyncOperation
count uint
Résultat IAsyncOperation