The following tables list the members exposed by HyperLinkEventArgs.
Public Constructors
| Name | Description |
| HyperLinkEventArgs Constructor | Initializes a new instance of the HyperLinkEventArgs class and sets the specified values to the Button and HyperLink properties. |
Top
Public Properties
| Name | Description |
| Button | Gets the mouse button that the user clicked to raise the event. |
| CreateNewTab | Gets or sets a value indicating whether a new tab has been created. |
| Handled | Sets or returns a value indicating whether the HyperLinkEvent is handled. |
| HyperLink | Gets the hyperlink target. |
Top
See Also