Report > Report Assembly Classes > ReportBox > ReportBox.OnBeforeCellChange
OnBeforeCellChange(Sender: Object; Args: IReportBeforeCellChangeEventArgs);
Sender. The parameter that returns the component that generated the event.
Args. The parameter that enables the user to determine event parameters.
The OnBeforeCellChange event occurs before changing the value of any table cell.
This event occurs before the OnCellChange event and can be used to analyze and change data.
See also: