AdvancedLabelHyperlinkClicked Event

Occurs when a link is clicked. To handle clicked links automatically, set the AutoHandleUrls property to . If this event is subscribed, you can also set Handled to to navigate to the target site automatically.

Definition

Namespace: KGySoft.WinForms.Controls
Assembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
C#
public event EventHandler<HyperlinkClickedEventArgs> HyperlinkClicked

Value

EventHandlerHyperlinkClickedEventArgs

See Also