Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / FlexGrid Class / ItemsSourceChanged Property

In This Topic
    ItemsSourceChanged Property (FlexGrid)
    In This Topic
    Occurs after the items source is changed.
    Syntax
    'Declaration
     
    
    Public Property ItemsSourceChanged As EventHandler
    public EventHandler ItemsSourceChanged {get; set;}
    See Also