FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / C1FlexGridBase Class / AfterFilter Event

In This Topic
    AfterFilter Event (C1FlexGridBase)
    In This Topic
    Fires after the column filters have been applied to the grid.
    Syntax
    'Declaration
     
    
    Public Event AfterFilter As EventHandler
    public event EventHandler AfterFilter
    See Also