Click or drag to resize

MapperDatasheetOnPageIndexChanged Method

Called when user pages through the mapper.

Namespace:  NetQuarry.Data.WebMappers
Assembly:  EAP.WebMappers (in EAP.WebMappers.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public void OnPageIndexChanged(
	Object source,
	DataGridPageChangedEventArgs e
)

Parameters

source
Type: SystemObject
The object invoking the event (the DataGrid).
e
Type: System.Web.UI.WebControlsDataGridPageChangedEventArgs
The event args.
See Also