.NET Windows Forms in a Nutshell
This is the delegate for the LinkLabel.LinkClicked and RichTextBox.LinkClicked events. public delegate void LinkClickedEventHandler (object sender , LinkClickedEventArgs e ); Associated Events
RichTextBox.LinkClicked() |