Table of Contents

Class LinkHoverEventArgs

Namespace
SharpConsoleUI.Events
Assembly
SharpConsoleUI.dll

Event arguments for when a link is hovered or unhovered.

public record LinkHoverEventArgs : IEquatable<LinkHoverEventArgs>
Inheritance
LinkHoverEventArgs
Implements
Inherited Members
Extension Methods

Constructors

LinkHoverEventArgs(string?, string?)

Event arguments for when a link is hovered or unhovered.

public LinkHoverEventArgs(string? Url, string? Text)

Parameters

Url string
Text string

Properties

Text

public string? Text { get; init; }

Property Value

string

Url

public string? Url { get; init; }

Property Value

string