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: 12.0.0
Syntax protected override void OnPreRenderComplete(
EventArgs e
)
Parameters
- e
- Type: SystemEventArgs
An EventArgs that contains the event data
See Also