RecroGridETEntityOnUpdatedRec Method

Event after a successful modification or addition (commit) of the entity.

Definition

Namespace: Recrovit.RecroGridFramework
Assembly: Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 8.4.1.24.0708.1
C#
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.

See Also