Skip to main content
A newer version of this page is available. .

SplashScreenManagerService.StateChanged Event

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

Namespace: DevExpress.Xpf.Core

Assembly: DevExpress.Xpf.Core.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public event PropertyValueChangedEventHandler<SplashScreenState> StateChanged

Event Data

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

See Also