RecroGridDynTEntityOnCustomFunctionAAsync Method
Namespace: Recrovit.RecroGridFrameworkAssembly: Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 6.3.0.24.0115.1
protected override Task<(bool Success, Object DataRec)> OnCustomFunctionAAsync(
RecroTrack tracking,
Object dataRec,
RecroGridCustomFunctionEventArgs args,
RGUIMessages messages
)
- tracking RecroTrack
- The tracking.
- dataRec Object
- The data record.
- args RecroGridCustomFunctionEventArgs
- The RecroGridCustomFunctionEventArgs instance containing the event data.
- messages RGUIMessages
- The messages to be sent to the client.
TaskValueTupleBoolean,
Objecttrue if the execution is successful, otherwise
false.