[To be supplied.]
The following declaration shows the syntax for a method that handles the Command event.
[Visual Basic] Protected Sub LinkButtonName_Command( _ ByVal sender As Object, _ ByVal e As CommandEventArgs _ ) [C#] protected void LinkButtonName_Command( object sender, CommandEventArgs e ); [C++] protected: void LinkButtonName_Command( Object* sender, CommandEventArgs* e ); [JScript] protected LinkButtonName_Command( sender : Object, e : CommandEventArgs );
Property | Description |
---|---|
|
|
|
LinkButton Class | LinkButton MembersTopic | System.Web.UI.WebControls Namespace