IIncrementalSource<TSource> Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This interface represents a data source whose items can be loaded incrementally.
public interface IIncrementalSource<TSource>
type IIncrementalSource<'Source> = interface
Public Interface IIncrementalSource(Of TSource)
Type Parameters
- TSource
Type of collection element.
- Derived
Methods
| GetPagedItemsAsync(Int32, Int32, CancellationToken) |
This method is invoked every time the view need to show more items. Retrieves items based on |