Event fired when the header of a column defined as sortable receives a left mouse click. NOTE: Event is fired after the actual sort is performed.
Syntax
Event Data
The event handler receives an argument of type AfterColumnSortEventArgs containing data related to this event. The following AfterColumnSortEventArgs properties provide information specific to this event.
| Property | Description |
|---|
| Columns | An array of columns in the order in which the sort is to occur. See Sort Method |
Remarks
Requirements
Target Platforms: Current Windows operating system with .NET 8.
See Also