RecroGridETEntityOnUpdatedRec Method
            Event after a successful modification or addition (commit) of the entity.
            
Namespace: Recrovit.RecroGridFrameworkAssembly: Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 8.4.1.24.0708.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.