Reports for WinForms | ComponentOne
C1.Win.C1Report.4 Assembly / C1.Win.C1Preview Namespace / HyperlinkJumpEventArgs Class / HyperlinkJumpEventArgs Constructor
Hyperlink data.

In This Topic
    HyperlinkJumpEventArgs Constructor
    In This Topic
    Initializes a new instance of the HyperlinkJumpEventArgs class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal hyperlink As C1Hyperlink _
    )
    public HyperlinkJumpEventArgs( 
       C1Hyperlink hyperlink
    )

    Parameters

    hyperlink
    Hyperlink data.
    See Also