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

In This Topic
    HyperlinkMouseUp Event
    In This Topic
    Occurs when the mouse pointer is over a hyperlink and a mouse button is released.
    Syntax
    'Declaration
     
    Public Event HyperlinkMouseUp As HyperlinkMouseEventHandler
    public event HyperlinkMouseEventHandler HyperlinkMouseUp
    Event Data

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

    PropertyDescription
    (Inherited from System.Windows.Forms.MouseEventArgs)
    (Inherited from System.Windows.Forms.MouseEventArgs)
    (Inherited from System.Windows.Forms.MouseEventArgs)
    Gets the hyperlink associated with the event.  
    (Inherited from System.Windows.Forms.MouseEventArgs)
    (Inherited from System.Windows.Forms.MouseEventArgs)
    (Inherited from System.Windows.Forms.MouseEventArgs)
    See Also