Skip to main content

DXSplashScreen.Showing Event

Is raised before a splash form is shown.

Namespace: DevExpress.ExpressApp.Win.Utils

Assembly: DevExpress.ExpressApp.Win.v25.2.dll

NuGet Packages: DevExpress.ExpressApp.Win, DevExpress.ExpressApp.Win.Design

Declaration

public event EventHandler<DXSplashScreenShowingEventArgs> Showing

Event Data

The Showing event's data class is DevExpress.ExpressApp.Win.Utils.DXSplashScreenShowingEventArgs.

Remarks

Handle this event to customize how the SplashScreenManager shows a splash form.

See Also