Occurs on the server when a user clicks the HtmlAnchor control on the browser.
The following declaration shows the syntax for a method that handles the ServerClick event.
[Visual Basic] Protected Sub HtmlAnchorName_ServerClick( _ ByVal sender As Object, _ ByVal e As EventArgs _ ) [C#] protected void HtmlAnchorName_ServerClick( object sender, EventArgs e ); [C++] protected: void HtmlAnchorName_ServerClick( Object* sender, EventArgs* e ); [JScript] protected HtmlAnchorName_ServerClick( sender : Object, e : EventArgs );
Property | Description |
---|---|
|
HtmlAnchor Class | HtmlAnchor MembersTopic | System.Web.UI.HtmlControls Namespace