'Declaration Public Event HyperlinkMouseLeave As HyperlinkEventHandler
public event HyperlinkEventHandler HyperlinkMouseLeave
Event Data
The event handler receives an argument of type HyperlinkEventArgs containing data related to this event. The following HyperlinkEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Hyperlink | Gets the hyperlink associated with the event. |
See Also