[]
        
(Showing Draft Content)

C1.Win.FlexGrid.C1FlexGridBase.AfterSort

AfterSort Event

Fires after a column is sorted by a click on a column header.

Namespace: C1.Win.FlexGrid
Assembly: C1.Win.FlexGrid.8.dll
Syntax
public event SortColEventHandler AfterSort
Returns
Type Description
SortColEventHandler Fires after a column is sorted by a click on a column header.
Remarks

This event only fires if the sorting was caused by a click on a column header cell (see the AllowSorting property). It does not fire after sorting with the Sort(SortFlags, int) method.

This event is useful if you want to update user interface elements to reflect the new sorting. To prevent certain columns from being sorted, or to alter their default sorting order, use the AllowSorting or handle the BeforeSort event.