Click or drag to resize

MapperDatasheet.OnPageIndexChanged 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: System.Object
The object invoking the event (the DataGrid).
e
Type: System.Web.UI.WebControls.DataGridPageChangedEventArgs
The event args.
See Also