Occurs when user clicks on a hyperlink in report preview.

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

Syntax

C#
public event HyperlinkEventHandler HyperlinkClick
Visual Basic (Declaration)
Public Event HyperlinkClick As HyperlinkEventHandler
Visual C++
public:
virtual  event HyperlinkEventHandler^ HyperlinkClick {
	void add (HyperlinkEventHandler^ value);
	void remove (HyperlinkEventHandler^ value);
}

See Also