RealGrid2 API
Interface
UpdatedCell

UpdatedCell

Changed cell information

Signature:

export interface UpdatedCell 

Remarks

[UpdatedRow](/refs/Interface/Upd atedRow).

Properties

PropertyTypeDescription
fieldNamestringField name
newValueanyAfter changing the value
oldValueanyValue before change

Properties Desc

fieldName

Field name

Type - string


newValue

Value after change

Type - any


oldValue

Value before change

Type - any