Performs additional custom processes when clicking on a hyperlink.

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

Syntax

C#
void OnHyperlinkClick(
	HyperlinkEventArgs e
)
Visual Basic (Declaration)
Sub OnHyperlinkClick ( _
	e As HyperlinkEventArgs _
)
Visual C++
void OnHyperlinkClick(
	HyperlinkEventArgs^ e
)

See Also