Skip to main content
All docs
V25.1
  • ISplashScreenManagerService.StateChanged Event

    Occurs when the State property value is changed.

    Namespace: DevExpress.Mvvm

    Assembly: DevExpress.Mvvm.v25.1.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