DXSplashScreen.Showing Event
Is raised before a splash form is shown.
Namespace: DevExpress.ExpressApp.Win.Utils
Assembly: DevExpress.ExpressApp.Win.v24.1.dll
NuGet Packages: DevExpress.ExpressApp.Win, DevExpress.ExpressApp.Win.Design
NuGet Package: DevExpress.ExpressApp.Win
Declaration
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