Skip to main content
.NET 6.0+

CustomizeTemplateEventArgs(IFrameTemplate, TemplateContext) Constructor

Initializes a new instance of the CustomizeTemplateEventArgs class.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public CustomizeTemplateEventArgs(
    IFrameTemplate template,
    TemplateContext context
)

Parameters

Name Type Description
template IFrameTemplate

An object supporting the IFrameTemplate interface. This object represents the Template to be customized.

context TemplateContext

A TemplateContext object that represents a contex in which the Template was created.

Remarks

Since instances of the CustomizeTemplateEventArgs class are automatically created and passed to handlers of the XafApplication.CustomizeTemplate event, you do not need to call this constructor from your applications.

See Also