Skip to main content
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET 6.0+ platform documentation. This link will take you to the parent topic of the current section.

CustomizeTemplateContentEventArgs(TemplateContent) Constructor

Initializes a new instance of the CustomizeTemplateContentEventArgs class.

Namespace: DevExpress.ExpressApp.Web.Templates

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

NuGet Package: DevExpress.ExpressApp.Web

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