RecroGridETEntityOnUpdatedRec Method
Event after a successful modification or addition (commit) of the entity.
Namespace: Recrovit.RecroGridFrameworkAssembly: Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 6.5.0.24.0221.1
protected virtual void OnUpdatedRec(
TEntity dataRec,
RGClientParam param,
RGUIMessages messages
)
Parameters
- dataRec TEntity
- The current entity (data record).
- param RGClientParam
- Parameters received from the client.
- messages RGUIMessages
- Messages to be sent to the client.