System.Windows.Forms.RichTextBox.LinkClicked Event

Occurs when the user clicks on a link within the text of the control.

Syntax

public event LinkClickedEventHandler LinkClicked

Remarks

You can create an event handler for this event to process a link that has been clicked within the control. Using the information provided to the event handler, you can determine which link was clicked in the document.

Note:

By default, links are displayed as text and are not clickable. To make them clickable set the RichTextBox.DetectUrls property to true.

For more information about handling events, see Consuming Events.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0