Show contents 

Home > Foresight Analytics Platform > Web Application and Desktop Application > Application Development and Functionality Enhancement > Developing in Development Environment > Description of System Assemblies > Report > Report Assembly Classes > ReportBox > ReportBox.OnTableClick

ReportBox.OnTableClick

Syntax

OnTableClick(Sender: Object; Args: IReportEventArgs);

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 OnTableClick event occurs on mouse click on the region at the intersection of headers of rows and columns, which control selection of the entire table.

See also:

ReportBox