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