Name

LinkLabelLinkClickedEventArgs

Synopsis

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 System.EventArgs LinkLabelLinkClickedEventArgs

Passed To

LinkLabel.OnLinkClicked(), LinkLabelLinkClickedEventHandler.{BeginInvoke(), Invoke()}

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.