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

In This Topic
    HyperlinkMouseDown Event
    In This Topic
    Occurs when the mouse pointer is over a hyperlink and a mouse button is pressed.
    Syntax
    'Declaration
     
    Public Event HyperlinkMouseDown As HyperlinkMouseEventHandler
    public event HyperlinkMouseEventHandler HyperlinkMouseDown
    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