Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NRichTextBox Class / LinkClicked Event


In This Topic
    LinkClicked Event
    In This Topic
    Syntax
    'Declaration
     
    
    <SRCategoryAttribute("CatBehavior")>
    <SRDescriptionAttribute("RichTextBoxLinkClick")>
    Public Event LinkClicked As System.Windows.Forms.LinkClickedEventHandler
    'Usage
     
    
    Dim instance As NRichTextBox
    Dim handler As System.Windows.Forms.LinkClickedEventHandler
     
    AddHandler instance.LinkClicked, handler
    [SRCategory("CatBehavior")]
    [SRDescription("RichTextBoxLinkClick")]
    public event System.Windows.Forms.LinkClickedEventHandler LinkClicked
    Event Data

    The event handler receives an argument of type System.Windows.Forms.LinkClickedEventArgs containing data related to this event. The following LinkClickedEventArgs properties provide information specific to this event.

    PropertyDescription
    Gets the text of the link being clicked.  
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also