Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

DataGrid::SortCommand Event

 

Occurs when a column is sorted.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

public:
event DataGridSortCommandEventHandler^ SortCommand {
	void add(DataGridSortCommandEventHandler^ value);
	void remove(DataGridSortCommandEventHandler^ value);
}

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.

The following code example demonstrates how to specify and code a handler for the SortCommand event to sort a DataGrid control.

No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft