Property | Type | Description | |
---|---|---|---|
HasMoreItemsProperty |
Method | Description | |
---|---|---|
DependencyCollectionViewIncrementalLoaderBase ( ) : System | ||
LoadMoreItemsAsync ( uint count ) : IAsyncOperation |
Method | Description | |
---|---|---|
OnCheckIfHasMoreItems ( ) : bool | ||
OnLoadMoreItemsAsync ( uint count ) : IAsyncOperation |
public DependencyCollectionViewIncrementalLoaderBase ( ) : System | ||
return | System |
public LoadMoreItemsAsync ( uint count ) : IAsyncOperation |
||
count | uint | |
return | IAsyncOperation |
protected abstract OnCheckIfHasMoreItems ( ) : bool | ||
return | bool |
protected abstract OnLoadMoreItemsAsync ( uint count ) : IAsyncOperation |
||
count | uint | |
return | IAsyncOperation |