IIncrementalSource<TSource> Interface

Definition

This interface represents a data source whose items can be loaded incrementally.

C#
public interface IIncrementalSource<TSource>

Type Parameters

TSource

Type of collection element.

Methods

GetPagedItemsAsync(Int32, Int32, CancellationToken)

This method is invoked every time the view need to show more items. Retrieves items based on pageIndex and pageSize arguments.

Applies to

Prodotto Versioni
Windows Community Toolkit 7.0.0