Version

OnSorting Method

Occurs when the sort order of records is about to change as the result of a user action.
Syntax
'Declaration
 
Protected Overridable Sub OnSorting( _
   ByVal args As SortingEventArgs _
) 
protected virtual void OnSorting( 
   SortingEventArgs args
)

Parameters

args
Remarks

When records are grouped this event will not be raised even though the sort order may change as a result of the grouping.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also