ReportBox.OnTableClick

Syntax

Sub OnTableClick(Sender: Object; Args: IReportEventArgs);

Begin

//set of operators;

End Sub OnTableClick;

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 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