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

In This Topic
    HyperlinkMouseEventHandler Delegate
    In This Topic
    Syntax
    'Declaration
     
    Public Delegate Sub HyperlinkMouseEventHandler( _
       ByVal sender As Object, _
       ByVal e As HyperlinkMouseEventArgs _
    ) 
    public delegate void HyperlinkMouseEventHandler( 
       object sender,
       HyperlinkMouseEventArgs e
    )

    Parameters

    sender
    The source of the event.
    e
    Data describing the event.
    See Also