| C1.WPF Namespace > IC1SupportIncrementalLoading Interface : BeginLoadMoreItems Method |
'DeclarationFunction BeginLoadMoreItems( _ ByVal count As UInteger, _ ByVal callback As AsyncCallback, _ ByVal state As Object _ ) As IAsyncResult
'UsageDim 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)
IAsyncResult BeginLoadMoreItems( uint count, AsyncCallback callback, object state )
IAsyncResult^ BeginLoadMoreItems( uint count, AsyncCallback^ callback, Object^ state )
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2