OnTableClick(Sender: Object; Args: IReportEventArgs);
Sender. The parameter that returns the component that generated the event.
Args. The parameter that enables the user to determine event parameters.
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: