Click or drag to resize
ScriptHelperRegisterPageLoadedEvent Method
Registers a client script, that rises the PageLoaded event, with the Page object.

Namespace: CMS.Base.Web.UI
Assembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 11.0.0
Syntax
C#
public static void RegisterPageLoadedEvent(
	Page page
)

Parameters

page
Type: System.Web.UIPage
The page to register the client script.
See Also