[]
Provides data for the ToolTipLinkClicked event.
public class ToolTipLinkClickedEventArgs : EventArgs
| Name | Description |
|---|---|
| ToolTipLinkClickedEventArgs(MouseButtons, string, string) | Initializes a new instance of a ToolTipLinkClickedEventArgs. |
| Name | Description |
|---|---|
| Button | Gets the button that was clicked on the link. |
| HRef | Gets the value of the link's HREF attribute. |
| Target | Gets the value of the link's TARGET attribute. |