RecroGridDynTEntityOnCustomFunctionAAsync Method
Namespace: Recrovit.RecroGridFrameworkAssembly: Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 6.1.0.23.1204.1+9d8b98a22c49d038b4e3323bfe56aa1d0eabe7ae
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.