Click or drag to resize
Javascript Events

The Javascript type exposes the following members.

Events
  NameDescription
Public eventDataBinding
当服务器控件绑定到数据源时发生。
(Inherited from Control.)
Public eventDisposed
当从内存释放服务器控件时发生,这是请求 ASP.NET 页时服务器控件生存期的最后阶段。
(Inherited from Control.)
Public eventInit
当服务器控件初始化时发生;初始化是控件生存期的第一步。
(Inherited from Control.)
Public eventLoad
当服务器控件加载到 Page 对象中时发生。
(Inherited from Control.)
Public eventPreRender
在加载 Control 对象之后、呈现之前发生。
(Inherited from Control.)
Public eventUnload
当服务器控件从内存中卸载时发生。
(Inherited from Control.)
Top
See Also