Skip to main content

ThemeManager.ApplicationThemeChanged Event

Occurs after the application theme name has been changed.

Namespace: DevExpress.Xpf.Core

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public static event ThemeChangedRoutedEventHandler ApplicationThemeChanged

Event Data

The ApplicationThemeChanged event's data class is DevExpress.Xpf.Core.ThemeChangedRoutedEventArgs.

See Also