.NET Windows Forms in a Nutshell
This class encapsulates the event data for the LinkLabel.LinkClicked event. You can retrieve the LinkLabel.Link that has been clicked. public class LinkLabelLinkClickedEventArgs : EventArgs { // Public Constructors public LinkLabelLinkClickedEventArgs (Link link ); // Public Instance Properties public Link Link {get; } } Hierarchy
System.Object Passed To
LinkLabel.OnLinkClicked() , LinkLabelLinkClickedEventHandler.{BeginInvoke() , Invoke()} |