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

In This Topic
    BeforeFilter Event (C1FlexGridBase)
    In This Topic
    Fires before the column filters are applied to the grid.
    Syntax
    'Declaration
     
    
    Public Event BeforeFilter As CancelEventHandler
    public event CancelEventHandler BeforeFilter
    Event Data

    The event handler receives an argument of type CancelEventArgs containing data related to this event. The following CancelEventArgs properties provide information specific to this event.

    PropertyDescription
     
    See Also