WebApplication.ApplicationCreated Event
In This Article
Occurs after the WebApplication object is instantiated.
Namespace: DevExpress.ExpressApp.Web
Assembly: DevExpress.ExpressApp.Web.v24.2.dll
NuGet Package: DevExpress.ExpressApp.Web
#Declaration
public static event EventHandler ApplicationCreated
#Event Data
The ApplicationCreated event's data class is EventArgs.
#Remarks
The ApplicationCreated event is raised as the result of executing the WebApplication constructor. Handle this event, to perform additional initialization of the WebApplication object.
See Also