Show contents 

Report > Report Assembly Classes > ReportBox > ReportBox.OnBeforeCellChange

ReportBox.OnBeforeCellChange

Syntax

OnBeforeCellChange(Sender: Object; Args: IReportBeforeCellChangeEventArgs);

Parameters

Sender. The parameter that returns the component that generated the event.

Args. The parameter that enables the user to determine event parameters.

Description

The OnBeforeCellChange event occurs before changing the value of any table cell.

Comments

This event occurs before the OnCellChange event and can be used to analyze and change data.

See also:

ReportBox