[]
Initializes a new instance of the HyperLinkEventArgs class and sets the specified values to the Button and HyperLink properties.
public HyperLinkEventArgs(MouseButtons button, string hyperLink)
Type | Name | Description |
---|---|---|
MouseButtons | button | The mouse button that was clicked to trigger the event. |
string | hyperLink | The target of the hyperlink. |