FlexReport for UWP | ComponentOne
C1.UWP.FlexViewer Assembly / C1.Xaml.FlexViewer Namespace / HyperlinkClickedEventArgs Class / HyperlinkClickedEventArgs Constructor
Hyperlink data.

In This Topic
    HyperlinkClickedEventArgs Constructor
    In This Topic
    Initializes a new instance of the HyperlinkClickedEventArgs class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal hyperlink As C1Hyperlink _
    )
    public HyperlinkClickedEventArgs( 
       C1Hyperlink hyperlink
    )

    Parameters

    hyperlink
    Hyperlink data.
    See Also