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.
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.