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 |
| Handled | Sets or returns a value indicating whether the HyperLinkEvent is handled. If the value for this property is set to true, the hyperlink is not opened. The default value is false. |
| HyperLink | Gets or sets the target URL of the hyperlink that was clicked. |
Top
See Also