Basic Library for WPF and Silverlight | ComponentOne
C1.WPF Namespace / IC1SupportIncrementalLoading Interface / EndLoadMoreItems Method
The asynchronous result returned in BeginLoadMoreItems.
The ui thread dispatcher that will be used to raise NotifyCollectionChanged events.

In This Topic
    EndLoadMoreItems Method (IC1SupportIncrementalLoading)
    In This Topic
    Ends the operation to load more items.
    Syntax
    'Declaration
     
    
    Function EndLoadMoreItems( _
       ByVal ar As IAsyncResult, _
       ByVal dispatcher As Dispatcher _
    ) As UInteger
    uint EndLoadMoreItems( 
       IAsyncResult ar,
       Dispatcher dispatcher
    )

    Parameters

    ar
    The asynchronous result returned in BeginLoadMoreItems.
    dispatcher
    The ui thread dispatcher that will be used to raise NotifyCollectionChanged events.
    See Also