[]
        
(Showing Draft Content)

C1.WPF.IC1SupportIncrementalLoading.BeginLoadMoreItems

BeginLoadMoreItems Method

BeginLoadMoreItems(uint, AsyncCallback, object)

Begins the operation to load more items.

Declaration
IAsyncResult BeginLoadMoreItems(uint count, AsyncCallback callback, object state)
Parameters
Type Name Description
uint count

The count of items that will be loaded.

AsyncCallback callback

The asynchronous callback.

object state

The state.

Returns
Type Description
IAsyncResult