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