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

Syntax

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

Implements

IReportSource..::.OnHyperlinkClick(HyperlinkEventArgs)

See Also