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

CreateCustomTemplateEventArgs Class

Represents arguments passed to the XafApplication.CreateCustomTemplate event.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v19.1.dll

Declaration

public class CreateCustomTemplateEventArgs :
    EventArgs

Remarks

The CreateCustomTemplateEventArgs class declares properties specific to the XafApplication.CreateCustomTemplate event designed to create a custom Template, instead of a default one. To determine the context of the currently created Template, use the CreateCustomTemplateEventArgs.Context property. Assign the newly created Template to the CreateCustomTemplateEventArgs.Template property.

Inheritance

Object
EventArgs
CreateCustomTemplateEventArgs
See Also