Show contents 

Report > Report Assembly Classes > ReportBox > ReportBox.OnCellChange

ReportBox.OnCellChange

Syntax

OnCellChange(Sender: Object; Args: IReportCellChangeEventArgs);

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 OnCellChange event occurs after changing the value of any table cell.

See also:

ReportBox