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


C1.Silverlight 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 System.UInteger, _
   ByVal callback As System.AsyncCallback, _
   ByVal state As System.Object _
) As System.IAsyncResult
'Usage
 
Dim instance As IC1SupportIncrementalLoading
Dim count As System.UInteger
Dim callback As System.AsyncCallback
Dim state As System.Object
Dim value As System.IAsyncResult
 
value = instance.BeginLoadMoreItems(count, callback, state)
System.IAsyncResult BeginLoadMoreItems( 
   System.uint count,
   System.AsyncCallback callback,
   System.object 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