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

In This Topic
    HyperlinkMouseLeave Event
    In This Topic
    Occurs when the mouse pointer leaves a hyperlink.
    Syntax
    'Declaration
     
    Public Event HyperlinkMouseLeave As HyperlinkEventHandler
    public event HyperlinkEventHandler HyperlinkMouseLeave
    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