OnRowClick(Sender: Object; Args: IReportRowEventArgs);
Sender. The parameter that returns the component that generated the event.
Args. The parameter that enables the user to determine event parameters.
The OnRowClick event occurs on mouse click on the header of any table rows.
See also: