Show contents 

Report > Report Assembly Classes > ReportBox > ReportBox.OnCellPictureClick

ReportBox.OnCellPictureClick

Syntax

OnCellPictureClick(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 OnCellPictureClick event occurs on mouse click on the image in any table cell.

See also:

ReportBox