Skip to main content

SplashScreenManagerService.StateChanged Event

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

Namespace: DevExpress.Xpf.Core

Assembly: DevExpress.Xpf.Core.v23.2.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