expressappframework-devexpress-dot-expressapp-29f9d724.md
Represents arguments passed to the XafApplication.CreateCustomTemplate event.
Namespace : DevExpress.ExpressApp
Assembly : DevExpress.ExpressApp.v25.2.dll
NuGet Package : DevExpress.ExpressApp
public class CreateCustomTemplateEventArgs :
EventArgs
Public Class CreateCustomTemplateEventArgs
Inherits EventArgs
CreateCustomTemplateEventArgs is the data class for the following events:
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.
Object EventArgs CreateCustomTemplateEventArgs
See Also
CreateCustomTemplateEventArgs Members
How to: Create a Custom WinForms Ribbon Template