[]
Provides data for the LinkClicked event.
public class C1SuperLabelLinkClickedEventArgs : EventArgs
| Name | Description |
|---|---|
| C1SuperLabelLinkClickedEventArgs(MouseButtons, 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. |
| Target | Gets the value of the link's TARGET attribute. |