Skip to main content
.NET 6.0+

DXSplashScreen.Showing Event

Is raised before a splash form is shown.

Namespace: DevExpress.ExpressApp.Win.Utils

Assembly: DevExpress.ExpressApp.Win.v24.1.dll

NuGet Package: DevExpress.ExpressApp.Win

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