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

DXSplashScreen.Showing Event

Is raised before a splash form is shown.

Namespace: DevExpress.ExpressApp.Win.Utils

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

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