Occurs when a member of the Scripts collection is registered with the ScriptManager control.
Syntax
CSharp
VisualBasic
ManagedCPlusPlus
JSharp
/** @event */
/** @event */
Remarks
This event is raised once for each member of the Scripts collection during the page's PreRender event. Use this event to perform any updates before the script is rendered to the page.
Assembly: System.Web.Extensions (Module: System.Web.Extensions)