Represents method that will handle the HyperlinkClick event.

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

Syntax

C#
public delegate void HyperlinkEventHandler(
	Object sender,
	HyperlinkEventArgs e
)
Visual Basic (Declaration)
Public Delegate Sub HyperlinkEventHandler ( _
	sender As Object, _
	e As HyperlinkEventArgs _
)
Visual C++
public delegate void HyperlinkEventHandler(
	Object^ sender, 
	HyperlinkEventArgs^ e
)

See Also