CustomizeTemplateEventArgs(IFrameTemplate, TemplateContext) Constructor
In This Article
Initializes a new instance of the CustomizeTemplateEventArgs class.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
public CustomizeTemplateEventArgs(
IFrameTemplate template,
TemplateContext context
)
#Parameters
Name | Type | Description |
---|---|---|
template | IFrame |
An object supporting the IFrame |
context | Template |
A Template |
#Remarks
Since instances of the CustomizeTemplateEventArgs class are automatically created and passed to handlers of the XafApplication.CustomizeTemplate event, you do not need to call this constructor from your applications.
See Also