Back to Devexpress

CreateCustomTemplateEventArgs Class

expressappframework-devexpress-dot-expressapp-29f9d724.md

latest2.4 KB
Original Source

CreateCustomTemplateEventArgs Class

Represents arguments passed to the XafApplication.CreateCustomTemplate event.

Namespace : DevExpress.ExpressApp

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
public class CreateCustomTemplateEventArgs :
    EventArgs
vb
Public Class CreateCustomTemplateEventArgs
    Inherits EventArgs

CreateCustomTemplateEventArgs is the data class for the following events:

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.

Inheritance

Object EventArgs CreateCustomTemplateEventArgs

See Also

CreateCustomTemplateEventArgs Members

How to: Create a Custom WinForms Ribbon Template

How to: Create a Custom WinForms Standard Template

DevExpress.ExpressApp Namespace