PowerWEB LiveControls for ASP.NET
Click Event
See Also  Send comments on this topic.
Dart.LiveControls Namespace > LiveHyperLink Class : Click Event



Occurs when the LiveHyperLink control is clicked.

Syntax

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

Remarks

This member is functionally equivalent to System.Web.UI.WebControls.HyperLinkClass.Click.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.0.2
© 2012 Dart Communications. All Rights Reserved.