WebApplication.ApplicationCreated Event
Occurs after the WebApplication object is instantiated.
Namespace: DevExpress.ExpressApp.Web
Assembly: DevExpress.ExpressApp.Web.v24.1.dll
NuGet Package: DevExpress.ExpressApp.Web
Declaration
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