Repeater::OnItemCreated Method (RepeaterItemEventArgs^)
.NET Framework (current version)
Raises the ItemCreated event.
Assembly: System.Web (in System.Web.dll)
Parameters
- e
-
Type:
System.Web.UI.WebControls::RepeaterItemEventArgs^
The RepeaterItemEventArgs object that contains the event data.
Raising an event invokes the event handler through a delegate. For more information, see NIB: Consuming Events.
Notes to Inheritors:
When overriding OnItemCreated in a derived class, be sure to call the base class's OnItemCreated method.
.NET Framework
Available since 1.1
Available since 1.1
Show: