Occurs when the mouse pointer is over a hyperlink and a mouse button is pressed.
The event handler receives an argument of type HyperlinkMouseEventArgs containing data related to this event. The following HyperlinkMouseEventArgs properties provide information specific to this event.
| Property | Description |
|---|
| Button | (Inherited from System.Windows.Forms.MouseEventArgs) |
| Clicks | (Inherited from System.Windows.Forms.MouseEventArgs) |
| Delta | (Inherited from System.Windows.Forms.MouseEventArgs) |
| Hyperlink | Gets the hyperlink associated with the event. |
| Location | (Inherited from System.Windows.Forms.MouseEventArgs) |
| X | (Inherited from System.Windows.Forms.MouseEventArgs) |
| Y | (Inherited from System.Windows.Forms.MouseEventArgs) |