True DBGrid for WinForms | ComponentOne
C1.Win.TrueDBGrid.8 Assembly / C1.Win.TrueDBGrid Namespace / C1TrueDBGrid Class / AfterFilter Event

In This Topic
    AfterFilter Event (C1TrueDBGrid)
    In This Topic
    Occurs after the datasource has been filtered.
    Syntax
    'Declaration
     
    Public Event AfterFilter As FilterEventHandler
    public event FilterEventHandler AfterFilter
    Event Data

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

    PropertyDescription
    The filter or sort condition.  
    See Also