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