Skip to main content
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET 6.0+ platform documentation. This link will take you to the parent topic of the current section.

WebApplication.ApplicationCreated Event

Occurs after the WebApplication object is instantiated.

Namespace: DevExpress.ExpressApp.Web

Assembly: DevExpress.ExpressApp.Web.v23.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