Occurs when user clicks on a hyperlink in report preview.

Namespace:  PerpetuumSoft.Reporting.Silverlight.Client
Assembly:  PerpetuumSoft.Reporting.Silverlight.Client (in PerpetuumSoft.Reporting.Silverlight.Client.dll) Version: 1.0.1.0 (1.0.1.0)

Syntax

C#
public event EventHandler<ReportHyperlinkEventArgs> HyperlinkClick
Visual Basic (Declaration)
Public Event HyperlinkClick As EventHandler(Of ReportHyperlinkEventArgs)
Visual C++
public:
 event EventHandler<ReportHyperlinkEventArgs^>^ HyperlinkClick {
	void add (EventHandler<ReportHyperlinkEventArgs^>^ value);
	void remove (EventHandler<ReportHyperlinkEventArgs^>^ value);
}

See Also