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

ThemeManager.ApplicationThemeChanged Event

Occurs after the application theme name has been changed.

Namespace: DevExpress.Xpf.Core

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

Declaration

public static event ThemeChangedRoutedEventHandler ApplicationThemeChanged

Event Data

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

See Also