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

In This Topic
    HyperlinkJumpEventHandler Delegate
    In This Topic
    Represents a handler for C1PreviewPane.HyperlinkJump event of a C1PreviewPane.
    Syntax
    'Declaration
     
    Public Delegate Sub HyperlinkJumpEventHandler( _
       ByVal sender As Object, _
       ByVal e As HyperlinkJumpEventArgs _
    ) 
    public delegate void HyperlinkJumpEventHandler( 
       object sender,
       HyperlinkJumpEventArgs e
    )

    Parameters

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