PrintDocument for WinForms | ComponentOne
C1.Win.PrintPreview.4.5.2 Assembly / C1.Win.C1Preview Namespace / C1PreviewPane Class / UserHyperlinkJump Event

In This Topic
    UserHyperlinkJump Event (C1PreviewPane)
    In This Topic
    Occurs when a user-defined hyperlink jump takes place.
    Syntax
    'Declaration
     
    Public Event UserHyperlinkJump As HyperlinkEventHandler
    public event HyperlinkEventHandler UserHyperlinkJump
    Event Data

    The event handler receives an argument of type HyperlinkEventArgs containing data related to this event. The following HyperlinkEventArgs properties provide information specific to this event.

    PropertyDescription
    Gets the hyperlink associated with the event.  
    See Also