Raises the HyperlinkClick event.

Namespace:  PerpetuumSoft.Reporting.Components
Assembly:  PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1

Syntax

C#
public void OnHyperlinkClick(
	HyperlinkEventArgs e
)
Visual Basic (Declaration)
Public Sub OnHyperlinkClick ( _
	e As HyperlinkEventArgs _
)
Visual C++
public:
virtual void OnHyperlinkClick(
	HyperlinkEventArgs^ e
) sealed

See Also