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

In This Topic
    ItemsSourceChanging Event
    In This Topic
    Occurs when the value of the ItemsSource property is about to change.
    Syntax
    'Declaration
     
    
    Public Event ItemsSourceChanging As EventHandler
    public event EventHandler ItemsSourceChanging
    See Also