Click or drag to resize

MapperDatasheetOnSort Method

Handle a sort command from the UI (user clicked on sortable column header).

Namespace:  NetQuarry.Data.WebMappers
Assembly:  EAP.WebMappers (in EAP.WebMappers.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public void OnSort(
	Object sender,
	DataGridSortCommandEventArgs e
)

Parameters

sender
Type: SystemObject
The grid (or column?)
e
Type: System.Web.UI.WebControlsDataGridSortCommandEventArgs
The sort command arguments.
See Also