This documentation is archived and is not being maintained.
DeviceSpecific Events
Visual Studio 2008
The DeviceSpecific type exposes the following members.
| Name | Description | |
|---|---|---|
|
DataBinding | Occurs when data-binding expressions are created at design time. |
|
Disposed | Occurs when a server control is released from memory, which is the last stage of the server control life cycle when an ASP.NET page is requested. |
|
Init | Occurs when the control is initialized, which is the first step in its life cycle. |
|
Load | Occurs when the server control is loaded into the Page object. |
|
PreRender | Occurs when the control is about to be rendered to its containing MobilePage object. |
|
Unload | Occurs when the server control is unloaded from memory. |
Show: