[]
        
(Showing Draft Content)

C1.WPF.IC1SupportIncrementalLoading

IC1SupportIncrementalLoading Interface

When the source of a C1ListBox implement this interface the items can be loaded on demand.

Namespace: C1.WPF
Assembly: C1.WPF.4.6.2.dll
Syntax
public interface IC1SupportIncrementalLoading

Properties

Name Description
HasMoreItems

Gets a value indicating whether there are more items.

Methods

Name Description
BeginLoadMoreItems(uint, AsyncCallback, object)

Begins the operation to load more items.

EndLoadMoreItems(IAsyncResult, Dispatcher)

Ends the operation to load more items.