FlexGrid for WPF | ComponentOne
C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / C1FlexGrid Class / ItemsSourceChanging Event

In This Topic
    ItemsSourceChanging Event (C1FlexGrid)
    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