HyperlinkClickedEventArgs Class

Definition

Namespace: KGySoft.WinForms
Assembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
C#
public sealed class HyperlinkClickedEventArgs : HandledEventArgs
Inheritance
Object    EventArgs    HandledEventArgs    HyperlinkClickedEventArgs

Properties

Hyperlink Gets the hyperlink that was clicked. If resolving was not handled, the Handled property can be set to to navigate to the target site automatically.

See Also