Blazor | ComponentOne
C1.Blazor.Viewer Assembly / C1.Blazor.Viewer Namespace / HyperlinkClickedEventArgs Class / Hyperlink Property

In This Topic
    Hyperlink Property (HyperlinkClickedEventArgs)
    In This Topic
    Gets the hyperlink associated with the event.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Hyperlink As C1.Document.C1Hyperlink
    public C1.Document.C1Hyperlink Hyperlink {get;}
    See Also