The version that you requested is unavailable. We've redirected you to the latest version of the help.
Version

IDataSourceVirtualDataProvider Interface Members

The following tables list the members exposed by IDataSourceVirtualDataProvider.

Public Properties
 NameDescription
 PropertyPageLoadedGets or sets a callback which is invoked when a page is loaded.  
 PropertyPageSizeRequestedGets or sets the desired page size for the provider. This is not necessarily what will be the actual page size.  
Public Methods
 NameDescription
 MethodAddPageRequestAdds a page request for a given page index and priority.  
 MethodCloseCloses the data provider, destroying its pending work.  
 MethodRemoveAllPageRequestsRemoves all page requests from the data provider.  
 MethodRemovePageRequestRemoves a page request for a given page index.  
See Also