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

CreateCustomTemplateEventArgs(XafApplication, TemplateContext) Constructor

Initializes a new instance of the CreateCustomTemplateEventArgs class.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v19.1.dll

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