[]
Provides data for the LinkClicked event.
public class LinkClickedEventArgs : EventArgs
| Name | Description |
|---|---|
| LinkClickedEventArgs(MouseButtons, Point, string, string) | Initializes a new instance of a LinkClickedEventArgs. |
| Name | Description |
|---|---|
| Button | Gets the button that was clicked on the link. |
| HRef | Gets the value of the link's HREF attribute. |
| Location | Get the location of the mouse during the generating event. |
| Target | Gets the value of the link's TARGET attribute. |
| X | Get the x-coordinate of the mouse during the generating event. |
| Y | Get the y-coordinate of the mouse during the generating event. |