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