ItemsProviderRequest Struct

Definition

Represents a request to an ItemsProviderDelegate<TItem>.

public value class ItemsProviderRequest
public readonly struct ItemsProviderRequest
type ItemsProviderRequest = struct
Public Structure ItemsProviderRequest
Inheritance
ItemsProviderRequest

Constructors

ItemsProviderRequest(Int32, Int32, CancellationToken)

Constructs a new ItemsProviderRequest instance.

Properties

CancellationToken

The CancellationToken used to relay cancellation of the request.

Count

The requested number of items to be provided. The actual number of provided items does not need to match this value.

StartIndex

The start index of the data segment requested.

Applies to