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

In This Topic
    ItemsSourceChanging Event (FlexGrid)
    In This Topic
    Occurs before the items source is changed.
    Syntax
    'Declaration
     
    Public Event ItemsSourceChanging As EventHandler
    public event EventHandler ItemsSourceChanging
    See Also