Sub OnRowClick(Sender: Object; Args: IReportRowEventArgs);
Begin
//set of operators;
End Sub OnRowClick;
Sender - a parameter that returns the component that has generated the event.
Args - a parameter, which enables the user to determine event parameters.
The OnRowClick event occurs on mouse click on the header of any table rows.
See also: