RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox Namespace / RequestNavigateEventArgs Class / Hyperlink Property

In This Topic
    Hyperlink Property (RequestNavigateEventArgs)
    In This Topic
    Gets the C1.WPF.RichTextBox.Documents.C1Hyperlink that triggered the event.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Hyperlink As C1Hyperlink
    public C1Hyperlink Hyperlink {get;}
    See Also