CreateCustomTemplateEventArgs(XafApplication, TemplateContext) Constructor
Initializes a new instance of the CreateCustomTemplateEventArgs class.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Parameters
Name | Type | Description |
---|---|---|
application | XafApplication | An XafApplication object which is used to manage the application. |
context | TemplateContext | A TemplateContext object that represents a context in which a Template is created. |
Remarks
Since instances of the CreateCustomTemplateEventArgs class are automatically created and passed to handlers of the XafApplication.CreateCustomTemplate event, you do not need to call this constructor from your applications.
See Also