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

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

    Namespace: DevExpress.Xpf.Core

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

    Declaration

    public event PropertyValueChangedEventHandler<SplashScreenState> StateChanged

    Event Data

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

    See Also