An event that fires when the LinkLabel has been clicked with the left mouse button

C# | Visual Basic | Visual C++ |
public event EventHandler Click
Public Event Click As EventHandler
public: event EventHandler^ Click { void add (EventHandler^ value); void remove (EventHandler^ value); }