This documentation is archived and is not being maintained.
Repeater Events
.NET Framework 1.1
The events of the Repeater class are listed here. For a complete list of Repeater class members, see the Repeater Members topic.
Public Events
DataBinding (inherited from Control) | Occurs when the server control binds to a data source. |
Disposed (inherited from Control) | Occurs when a server control is released from memory, which is the last stage of the server control lifecycle when an ASP.NET page is requested. |
Init (inherited from Control) | Occurs when the server control is initialized, which is the first step in the its lifecycle. |
ItemCommand | Occurs when a button is clicked in the Repeater control. |
ItemCreated | Occurs when an item is created in the Repeater control. |
ItemDataBound | Occurs after an item in the Repeater is data-bound but before it is rendered on the page. |
Load (inherited from Control) | Occurs when the server control is loaded into the Page object. |
PreRender (inherited from Control) | Occurs when the server control is about to render to its containing Page object. |
Unload (inherited from Control) | Occurs when the server control is unloaded from memory. |
See Also
Show:
