Click or drag to resize
OnDataReloadEventHandler Delegate
Data reloading event handler.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 9.0.0
Syntax
C#
public delegate DataSet OnDataReloadEventHandler(
	string completeWhere,
	string currentOrder,
	int currentTopN,
	string columns,
	int currentOffset,
	int currentPageSize,
	ref int totalRecords
)

Parameters

completeWhere
Type: SystemString
Complete where condition
currentOrder
Type: SystemString
Current order by clause
currentTopN
Type: SystemInt32
Current top N value
columns
Type: SystemString
Currently selected columns
currentOffset
Type: SystemInt32
Current page offset
currentPageSize
Type: SystemInt32
Current size of page
totalRecords
Type: SystemInt32
Returns number of returned records

Return Value

Type: DataSet
See Also