| Visual Basic (Declaration) | |
|---|---|
<CategoryAttribute("Action")> <DescriptionAttribute("Event raised when the control is clicked.")> <ObsoleteAttribute("The Click event of a LiveHyperLink should not be used. Please use a LiveLinkButton if a Click event is needed.")> Public Event Click As EventHandler | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As LiveHyperLink Dim handler As EventHandler AddHandler instance.Click, handler | |
| C# | |
|---|---|
[CategoryAttribute("Action")] [DescriptionAttribute("Event raised when the control is clicked.")] [ObsoleteAttribute("The Click event of a LiveHyperLink should not be used. Please use a LiveLinkButton if a Click event is needed.")] public event EventHandler Click | |
| C++/CLI | |
|---|---|
[CategoryAttribute("Action")] [DescriptionAttribute("Event raised when the control is clicked.")] [ObsoleteAttribute("The Click event of a LiveHyperLink should not be used. Please use a LiveLinkButton if a Click event is needed.")] public: event EventHandler^ Click | |
This member is functionally equivalent to System.Web.UI.WebControls.HyperLinkClass.Click.
Target Platforms: Microsoft .NET Framework 2.0