ActiveReports 12
HyperLinkEventHandler Delegate

GrapeCity.ActiveReports.Viewer.Win.v12 Assembly > GrapeCity.ActiveReports.Viewer.Win Namespace : HyperLinkEventHandler Delegate
The source of the event.
A HyperLinkEventArgs that contains the event data.
Represents the method that will handle the HyperLink click event.
Syntax
'Declaration
 
Public Delegate Sub HyperLinkEventHandler( _
   ByVal sender As Object, _
   ByVal e As HyperLinkEventArgs _
) 
public delegate void HyperLinkEventHandler( 
   object sender,
   HyperLinkEventArgs e
)

Parameters

sender
The source of the event.
e
A HyperLinkEventArgs that contains the event data.
See Also

Reference

HyperLinkEventHandler Members
GrapeCity.ActiveReports.Viewer.Win Namespace