Wimark.Controls Class Library  

LinkLabel.LinkClicked Event

Occurs when a link is clicked within the control.

[Visual Basic]
Public Event LinkClicked As LinkLabelLinkClickedEventHandler 
[C#]
public event LinkLabelLinkClickedEventHandler LinkClicked;
[C++]
public: __event LinkLabelLinkClickedEventHandler* LinkClicked;

Event Data

The event handler receives an argument of type LinkLabelLinkClickedEventArgs containing data related to this event. The following LinkLabelLinkClickedEventArgs property provides information specific to this event.

Property Description
Link Gets the LinkLabel.Link that was clicked.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

See Also

LinkLabel Class | LinkLabel Members | Wimark.Controls Namespace