Repeater.ItemCreated Event
.NET Framework 3.0
Occurs when an item is created in the Repeater control.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
public: event RepeaterItemEventHandler^ ItemCreated { void add (RepeaterItemEventHandler^ value); void remove (RepeaterItemEventHandler^ value); }
/** @event */ public void add_ItemCreated (RepeaterItemEventHandler value) /** @event */ public void remove_ItemCreated (RepeaterItemEventHandler value)
In JScript, you can handle the events defined by a class, but you cannot define your own.
Not applicable.
This event is raised when an item is created in the Repeater control.
For more information about handling events, see Consuming Events.
Community Additions
ADD
Show: