RadControls for WPF

Occurs before RadGridView or a nested hierarchy child performs sorting.

Namespace: Telerik.Windows.Controls.GridView
Assembly: Telerik.Windows.Controls.GridView (in Telerik.Windows.Controls.GridView.dll) Version: 2013.1.403.40

Syntax

C#
public event EventHandler<GridViewSortingEventArgs> Sorting
Visual Basic
Public Event Sorting As EventHandler(Of GridViewSortingEventArgs)

See Also