Skip to main content
A newer version of this page is available. .

WebApplication.ApplicationCreated Event

Occurs after the WebApplication object is instantiated.

Namespace: DevExpress.ExpressApp.Web

Assembly: DevExpress.ExpressApp.Web.v18.2.dll

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