LinkClickedEventArgs

LinkClickedEventArgs

System. Windows .Forms (system. windows .forms.dll) class

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()



. Net Windows Forms in a Nutshell
.NET Windows Forms in a Nutshell
ISBN: 0596003382
EAN: 2147483647
Year: 2002
Pages: 794

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net