[]
Initializes a new instance of a LinkClickedEventArgs.
public LinkClickedEventArgs(MouseButtons button, Point location, string hRef, string target)
| Type | Name | Description |
|---|---|---|
| MouseButtons | button | MouseButtons that was pressed on the link. |
| Point | location | The location of the mouse during the generating event. |
| string | hRef | Value of the link's HREF attribute. |
| string | target | Value of the link's TARGET attribute. |