RecroGridOnGetRGDataAsync Method

Starting data query event.

Definition

Namespace: Recrovit.RecroGridFramework
Assembly: Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 6.3.0.24.0115.1
C#
protected virtual Task<List<List<Object>>> OnGetRGDataAsync(
	RecroGridRGGetDataParam param
)

Parameters

param  RecroGridRGGetDataParam
The parameter.

Return Value

TaskListListObject
An object to be sent to the client containing the complete result.

See Also