CustomizeTemplateEventArgs(IFrameTemplate, TemplateContext) Constructor
Initializes a new instance of the CustomizeTemplateEventArgs class.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Parameters
Name | Type | Description |
---|---|---|
template | IFrameTemplate | An object supporting the IFrameTemplate interface. This object represents the Template to be customized. |
context | TemplateContext | A TemplateContext object that represents a contex in which the Template was created. |
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