| AbstractCMSPageOnPreRenderComplete Method | 
            Raises the PreRenderComplete event after the OnPreRenderComplete event and before the page is rendered.
            
 
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 13.0.131
 Syntax
Syntaxprotected override void OnPreRenderComplete(
	EventArgs e
)
Parameters
- e
- Type: SystemEventArgs
 An EventArgs that contains the event data
 See Also
See Also