FlexReport for WinForms | ComponentOne
C1.Win.FlexViewer.4.5.2 Assembly / C1.Win.FlexViewer Namespace / C1FlexViewerPane Class / HyperlinkClicked Event

In This Topic
    HyperlinkClicked Event (C1FlexViewerPane)
    In This Topic
    Occurs when the user clicked some active element, such as a hyperlink or expanding/collapsing icon.
    Syntax
    'Declaration
     
    Public Event HyperlinkClicked As EventHandler(Of HyperlinkClickedEventArgs)
    public event EventHandler<HyperlinkClickedEventArgs> HyperlinkClicked
    Event Data

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

    PropertyDescription
    (Inherited from System.ComponentModel.CancelEventArgs)
    Gets the hyperlink associated with the event.  
    See Also