The events of System.Web.UI.Control are listed below. For a list of all members, see the Control Members list.
See Also: Inherited members from System.Object
| DataBinding |
Occurs when the server control binds to a data source. | |
| Disposed |
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 |
Occurs when the server control is initialized, which is the first step in its lifecycle. | |
| Load |
Occurs when the server control is loaded into the System.Web.UI.Page object. | |
| PreRender |
Occurs after the System.Web.UI.Control object is loaded but prior to rendering. | |
| Unload |
Occurs when the server control is unloaded from memory. |