OnDataReloadEventHandler Delegate |
Data reloading event handler.
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 12.0.0
Syntax 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:
DataSetSee Also