Xamarin.iOS Documentation | ComponentOne
C1.iOS.Grid Assembly / C1.iOS.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
    public event EventHandler LoadMoreItems
    See Also