Skip to main content
A newer version of this page is available. .

CustomizeTemplateContentEventArgs(TemplateContent) Constructor

Initializes a new instance of the CustomizeTemplateContentEventArgs class.

Namespace: DevExpress.ExpressApp.Web.Templates

Assembly: DevExpress.ExpressApp.Web.v18.2.dll

Declaration

public CustomizeTemplateContentEventArgs(
    TemplateContent templateContent
)

Parameters

Name Type Description
templateContent DevExpress.ExpressApp.Web.Templates.TemplateContent

A TemplateContext User Control that specifies the BaseXafPagepage’s content.

Remarks

Since instances of the CustomizeTemplateContentEventArgs class are automatically created and passed to handlers of the BaseXafPage.CustomizeTemplateContent event. You do not need to call this constructor from your applications.

See Also