'Declaration Public Event HyperlinkHovered As EventHandler(Of HyperlinkHoveredEventArgs)
public event EventHandler<HyperlinkHoveredEventArgs> HyperlinkHovered
Event Data
The event handler receives an argument of type HyperlinkHoveredEventArgs containing data related to this event. The following HyperlinkHoveredEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| Hyperlink | Gets the hyperlink associated with the event. |
See Also