CreateCustomTemplateEventArgs Class
Represents arguments passed to the XafApplication.CreateCustomTemplate event.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
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.
See Also