LinkClickedEventArgs Class Members
In This Topic
The following tables list the members exposed by LinkClickedEventArgs.
Public Constructors
Public Properties
| 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. |
Top
See Also