Show contents 

Report > Report Assembly Classes > ReportBox > ReportBox.OnCellClick

ReportBox.OnCellClick

Syntax

OnCellClick(Sender: Object; Args: IReportCellEventArgs);

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 OnCellClick event occurs on mouse click on any table cell.

See also:

ReportBox