ComponentOne FlexGrid for UWP
C1.UWP.FlexGrid Assembly / C1.Xaml.FlexGrid Namespace / C1FlexGrid Class / ItemsSourceChanged Event

In This Topic
    ItemsSourceChanged Event
    In This Topic
    Occurs after the value of the ItemsSource property changes.
    Syntax
    'Declaration
     
    
    Public Event ItemsSourceChanged As EventHandler
    public event EventHandler ItemsSourceChanged
    See Also