ReportBox.OnHyperlinkClick

Syntax

Sub OnHyperlinkClick(Sender: Object; Args: IReportHyperlinkClickEventArgs);

Begin

//set of operators;

End Sub OnHyperlinkClick;

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 OnHyperlinkClick event occurs on mouse click on a hyperlink in a table cell.

Comments

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:

ReportBox