Reports for WinForms | ComponentOne
C1.Win.C1Report.4 Assembly / C1.Win.C1Preview Namespace / HyperlinkEventHandler Delegate
The source of the event.
Data describing the event.

In This Topic
    HyperlinkEventHandler Delegate
    In This Topic
    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
    Data describing the event.
    See Also