Click or drag to resize
TmplItemOnPreRender Method

[This is preliminary documentation and is subject to change.]

Do some postprocesseing immediately after the form HTML has been generated. Note that the page is not fully generated at this point. If you need to do some processing after the page has been fulle rendered, use OnPreRenderComplete

Namespace: CSC.SC.TOPICA4.Template
Assembly: CSC.SC.TOPICA4.Template (in CSC.SC.TOPICA4.Template.dll) Version: 4.30.6239.27196
Syntax
C#
public void OnPreRender(
	FormContext formContext
)

Parameters

formContext
Type: CSC.SC.TOPICA4.TemplateFormContext

[Missing <param name="formContext"/> documentation for "M:CSC.SC.TOPICA4.Template.TmplItem.OnPreRender(CSC.SC.TOPICA4.Template.FormContext)"]

See Also