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

In This Topic
    Sort Event (C1TrueDBGrid)
    In This Topic
    Occurs when the user drags a column into the grouping area.
    Syntax
    'Declaration
     
    Public Event Sort As FilterEventHandler
    public event FilterEventHandler Sort
    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