ReportBox.OnRowClick

Syntax

OnRowClick(Sender: Object; Args: IReportRowEventArgs);

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 OnRowClick event occurs on mouse click on the header of any table rows.

See also:

ReportBox