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