Xamarin.iOS Documentation | ComponentOne
C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / FlexGrid Class / ItemsSourceChanged Event


In This Topic
    ItemsSourceChanged Event
    In This Topic
    Occurs after the items source is changed.
    Syntax
    'Declaration
     
    
    Public Event ItemsSourceChanged As EventHandler
    'Usage
     
    
    Dim instance As FlexGrid
    Dim handler As EventHandler
     
    AddHandler instance.ItemsSourceChanged, handler
    public event EventHandler ItemsSourceChanged
    See Also