Name

LinkClickedEventArgs

Synopsis

This class encapsulates the event arguments for the RichTextBox.LinkClicked event. It allows you to retrieve the LinkText for the particular link that was clicked. See LinkLabelLinkClickedEventArgs for the equivalent for the LinkLabel.


public class LinkClickedEventArgs : EventArgs {

// Public Constructors

   public LinkClickedEventArgs(string linkText);

// Public Instance Properties

   public string LinkText{get; }

}

Hierarchy

System.Object System.EventArgs LinkClickedEventArgs

Passed To

LinkClickedEventHandler.{BeginInvoke(), Invoke()}, RichTextBox.OnLinkClicked()

Get .NET Windows Forms in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.