Skip to main content
.NET 6.0+

CreateCustomTemplateEventArgs Properties

Represents arguments passed to the XafApplication.CreateCustomTemplate event.
Name Description
Application Provides access to the XafApplication object.
Context Returns the context in which a Template is created.
Template Specifies the Template which is created in a XafApplication.CreateCustomTemplate event handler.
UseDefaultTemplate Defines whether the application creates default templates on startup.
See Also