C1.Android.Grid Assembly / C1.Android.Grid Namespace / GridIncrementalLoadingCell Class / LoadMoreItems Event


In This Topic
LoadMoreItems Event
In This Topic
Occurs when the more items are needed.
Syntax
'Declaration
 
Public Event LoadMoreItems As EventHandler
 
'Usage
 
Dim instance As GridIncrementalLoadingCell
Dim handler As EventHandler
 
AddHandler instance.LoadMoreItems, handler
See Also