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

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