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

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 _
    ) 
    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