ReportBox.OnCellPictureClick

Syntax

Sub OnCellPictureClick(Sender: Object; Args: IReportCellEventArgs);

Begin

//set of operators;

End Sub OnCellPictureClick;

Parameters

Sender - a parameter that returns the component that has generated the event.

Args - a parameter, which 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