Repeater.OnItemCreated Method
.NET Framework 3.0
Raises the ItemCreated event.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
protected void OnItemCreated ( RepeaterItemEventArgs e )
protected function OnItemCreated ( e : RepeaterItemEventArgs )
Not applicable.
Parameters
- e
The RepeaterItemEventArgs object that contains the event data.
Raising an event invokes the event handler through a delegate. For more information, see Consuming Events.
Notes to Inheritors: When overriding OnItemCreated in a derived class, be sure to call the base class's OnItemCreated method.Community Additions
ADD
Show: