ComponentOne List for WinForms
C1.Win.C1List Namespace / C1Combo Class / AfterSort Event

In This Topic
    AfterSort Event (C1Combo)
    In This Topic
    Fires after a column is sorted by clicking the column header.
    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 sort condition.  
    See Also