Raises the HyperlinkClick event.

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#
protected virtual void OnHyperlinkClick(
	ReportHyperlinkEventArgs args
)
Visual Basic (Declaration)
Protected Overridable Sub OnHyperlinkClick ( _
	args As ReportHyperlinkEventArgs _
)
Visual C++
protected:
virtual void OnHyperlinkClick(
	ReportHyperlinkEventArgs^ args
)

See Also