WinUI | ComponentOne
C1.WinUI.Viewer Assembly / C1.WinUI.Viewer Namespace / FlexViewerPane Class / HyperlinkClicked Event
In This Topic
    HyperlinkClicked Event
    In This Topic
    Occurs when the user clicked some active element, such as a hyperlink or expanding/collapsing icon.
    Syntax
    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