ThemeManager.ApplicationThemeChanging Event
Occurs before an application theme name is changed.
Namespace: DevExpress.Xpf.Core
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Event Data
The ApplicationThemeChanging event's data class is DevExpress.Xpf.Core.ThemeChangingRoutedEventArgs.
Remarks
After a theme has been changed, the ThemeManager.ApplicationThemeChanged event is fired.
See Also