ComponentOne Basic Library for WPF and Silverlight
EndLoadMoreItems Method (IC1SupportIncrementalLoading)


C1.Silverlight Namespace > IC1SupportIncrementalLoading Interface : EndLoadMoreItems Method
The asynchronous result returned in BeginLoadMoreItems.
The ui thread dispatcher that will be used to raise NotifyCollectionChanged events.
Ends the operation to load more items.
Syntax
'Declaration
 
Function EndLoadMoreItems( _
   ByVal ar As System.IAsyncResult, _
   ByVal dispatcher As System.Windows.Threading.Dispatcher _
) As System.UInteger
'Usage
 
Dim instance As IC1SupportIncrementalLoading
Dim ar As System.IAsyncResult
Dim dispatcher As System.Windows.Threading.Dispatcher
Dim value As System.UInteger
 
value = instance.EndLoadMoreItems(ar, dispatcher)
System.uint EndLoadMoreItems( 
   System.IAsyncResult ar,
   System.Windows.Threading.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

Reference

IC1SupportIncrementalLoading Interface
IC1SupportIncrementalLoading Members