expressappframework-devexpress-dot-expressapp-e1a34cf6.md
Arguments passed to the XafApplication.CustomizeTemplate event.
Namespace : DevExpress.ExpressApp
Assembly : DevExpress.ExpressApp.v25.2.dll
NuGet Package : DevExpress.ExpressApp
public class CustomizeTemplateEventArgs :
EventArgs
Public Class CustomizeTemplateEventArgs
Inherits EventArgs
CustomizeTemplateEventArgs is the data class for the following events:
The CustomizeTemplateEventArgs class declares properties specific to the XafApplication.CustomizeTemplate event which is designed to customize a Template after it has been created. To access this Template, use the CustomizeTemplateEventArgs.Template property. To determine whether the Template is in the required context, use the CustomizeTemplateEventArgs.Context property.
Object EventArgs CustomizeTemplateEventArgs
See Also