Skip to main content

ISplashScreenManagerService.StateChanged Event

Occurs when the State property value is changed.

Namespace: DevExpress.Mvvm

Assembly: DevExpress.Mvvm.v23.2.dll

NuGet Packages: DevExpress.Mvvm, DevExpress.Win.Navigation

Declaration

event PropertyValueChangedEventHandler<SplashScreenState> StateChanged

Event Data

The StateChanged event's data class is DevExpress.Mvvm.PropertyValueChangedEventArgs<SplashScreenState>.

See Also