ComponentOne FinancialChart for WPF
BeginLoadMoreItems Method



C1.WPF Namespace > IC1SupportIncrementalLoading Interface : BeginLoadMoreItems Method
The count of items that will be loaded.
The asynchronous callback.
The state.
Begins the operation to load more items.
Syntax
'Declaration
 
Function BeginLoadMoreItems( _
   ByVal count As UInteger, _
   ByVal callback As AsyncCallback, _
   ByVal state As Object _
) As IAsyncResult
'Usage
 
Dim instance As IC1SupportIncrementalLoading
Dim count As UInteger
Dim callback As AsyncCallback
Dim state As Object
Dim value As IAsyncResult
 
value = instance.BeginLoadMoreItems(count, callback, state)

Parameters

count
The count of items that will be loaded.
callback
The asynchronous callback.
state
The state.
See Also

Reference

IC1SupportIncrementalLoading Interface
IC1SupportIncrementalLoading Members