March 2003
Intermediate to advanced
896 pages
32h 35m
English
LinkClickedEventArgs
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; } }
System.Object
→ System.EventArgs → LinkClickedEventArgs
LinkClickedEventHandler.{BeginInvoke(),
Invoke()}, RichTextBox.OnLinkClicked()
Read now
Unlock full access