Click or drag to resize
AbstractCMSPageOnPreRenderComplete Method
Raises the PreRenderComplete event after the OnPreRenderComplete event and before the page is rendered.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 10.0.0
Syntax
C#
protected override void OnPreRenderComplete(
	EventArgs e
)

Parameters

e
Type: SystemEventArgs
An EventArgs that contains the event data
See Also