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.

GridView::Sorted Event

 

Occurs when the hyperlink to sort a column is clicked, but after the GridView control handles the sort operation.

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

public:
event EventHandler^ Sorted {
	void add(EventHandler^ value);
	void remove(EventHandler^ value);
}

The Sorted event is raised when the hyperlink to sort a column is clicked, but after the GridView control handles the sort operation. This enables you to provide an event-handling method that performs a custom routine, such as custom sorting, whenever this event occurs.

For more information about handling events, see NIB: Consuming Events.

The following example demonstrates how to use the Sorted event to display the name of the column being sorted.

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

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