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


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