Reports for WinForms | ComponentOne
C1.Win.C1Report.4 Assembly / C1.Win.C1Preview Namespace / C1PreviewPane Class / HyperlinkJump Event

In This Topic
    HyperlinkJump Event
    In This Topic
    Occurs when a hyperlink jump takes place.
    Syntax
    'Declaration
     
    Public Event HyperlinkJump As HyperlinkJumpEventHandler
    public event HyperlinkJumpEventHandler HyperlinkJump
    Event Data

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

    PropertyDescription
    Gets or sets a value indicating whether the hyperlink jump should be canceled.  
    Gets the hyperlink associated with the event. (Inherited from C1.Win.C1Preview.HyperlinkEventArgs)
    See Also