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

    Fires each time the value of the State property is changed.

    Namespace: DevExpress.Xpf.Core

    Assembly: DevExpress.Xpf.Core.v25.1.dll

    NuGet Package: DevExpress.Wpf.Core

    Declaration

    public event PropertyValueChangedEventHandler<SplashScreenState> StateChanged

    Event Data

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

    See Also