Report > Report Assembly Classes > ReportBox > ReportBox.OnHyperlinkClick
OnHyperlinkClick(Sender: Object; Args: IReportHyperlinkClickEventArgs);
Sender. Parameter that returns the component that has generated the event.
Args. The parameter that enables the user to determine event parameters.
The OnHyperlinkClick event occurs on mouse click on a hyperlink in a table cell.
If a hyperlink is set up in the image cell, clicking the image first triggers the OnHyperlinkClick event, then the OnCellPictureClick event occurs.
See also: