DataGrid::Sorting Event

.NET Framework (current version)
 

Occurs when a column is being sorted.

Namespace:   System.Windows.Controls
Assembly:  PresentationFramework (in PresentationFramework.dll)

public:
event DataGridSortingEventHandler^ Sorting {
	void add(DataGridSortingEventHandler^ value);
	void remove(DataGridSortingEventHandler^ value);
}

.NET Framework
Available since 4.0
Return to top
Show: