ActiveReports 18 .NET Edition
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 _
    ) 
    public delegate void HyperLinkEventHandler( 
       object sender,
       HyperLinkEventArgs e
    )

    Parameters

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