MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.ActiveReports.Viewer.Win Namespace / HyperLinkEventHandler Delegate
A HyperLinkEventArgs that contains the event data.
The source of the event.

In This Topic
HyperLinkEventHandler Delegate
In This Topic
Represents the method that will handle the HyperLink click event.
Syntax
'Declaration
 
Public Delegate Sub HyperLinkEventHandler( _
   ByVal sender As Object, _
   ByVal e As HyperLinkEventArgs _
) 
 

Parameters

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