Skip to main content
.NET 6.0+

CreateCustomTemplateEventArgs(XafApplication, TemplateContext) Constructor

Initializes a new instance of the CreateCustomTemplateEventArgs class.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public CreateCustomTemplateEventArgs(
    XafApplication application,
    TemplateContext context
)

Parameters

Name Type Description
application XafApplication

An XafApplication object which is used to manage the application.

context TemplateContext

A TemplateContext object that represents a context in which a Template is created.

Remarks

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

See Also