ThemeManager.ApplicationThemeChanging Event
In This Article
Occurs when an application's theme is about to be changed.
Namespace: DevExpress.Xpf.Core
Assembly: DevExpress.Xpf.Core.v14.2.dll
#Declaration
#Event Data
The ApplicationThemeChanging event's handler receives an argument of the DevExpress.Xpf.Core.ThemeChangingRoutedEventArgs type.
#Remarks
The ApplicationThemeChanging event exists for notification purposes. It occurs when the application's current theme is about to be changed. The event parameter's ThemeName property specifies the name of the new theme.
See Also