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

ISplashScreenManagerService.StateChanged Event

Occurs when the State property value is changed.

Namespace: DevExpress.Mvvm

Assembly: DevExpress.Mvvm.v20.1.dll

NuGet Packages: DevExpress.Mvvm, DevExpress.Uwp.Controls, DevExpress.WindowsDesktop.Mvvm

Declaration

event PropertyValueChangedEventHandler<SplashScreenState> StateChanged

Event Data

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

See Also