True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid Namespace / C1TrueDBGrid Class / AfterSort Event

In This Topic
    AfterSort Event (C1TrueDBGrid)
    In This Topic
    Occurs after a column has been sorted.
    Syntax
    'Declaration
     
    Public Event AfterSort As FilterEventHandler
    public event FilterEventHandler AfterSort
    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