DataGrid::SortCommand Event
.NET Framework (current version)
Occurs when a column is sorted.
Assembly: System.Web (in System.Web.dll)
The SortCommand event is raised when a column is sorted.
A typical handler for the SortCommand event sorts the list, and then rebinds the data to the DataGrid control.
For more information about handling events, see NIB: Consuming Events.
.NET Framework
Available since 1.1
Available since 1.1
Show: