TaskDialogHyperlinkClicked Event

Occurs when HyperlinksEnabled is set in Options, and the user clicks a hyperlink. If this event is not subscribed or Handled is set to in HyperlinkClickedEventArgs, then the system tries to resolve the hyperlink.

Definition

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

Value

EventHandlerHyperlinkClickedEventArgs

Remarks

  Note

Resolving the link by the operating system might be blocked so usually the best way is to subscribe this event.

See Also