| Javascript Events |
The Javascript type exposes the following members.
| Name | Description | |
|---|---|---|
| DataBinding |
当服务器控件绑定到数据源时发生。
(Inherited from Control.) | |
| Disposed |
当从内存释放服务器控件时发生,这是请求 ASP.NET 页时服务器控件生存期的最后阶段。
(Inherited from Control.) | |
| Init |
当服务器控件初始化时发生;初始化是控件生存期的第一步。
(Inherited from Control.) | |
| Load |
当服务器控件加载到 Page 对象中时发生。
(Inherited from Control.) | |
| PreRender |
在加载 Control 对象之后、呈现之前发生。
(Inherited from Control.) | |
| Unload |
当服务器控件从内存中卸载时发生。
(Inherited from Control.) |