Skip to main content

ThemeManager.ApplicationThemeChanged Event

In This Article

Occurs after the application theme has been changed.

Namespace: DevExpress.Xpf.Core

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

#Declaration

public static event ThemeChangedRoutedEventHandler ApplicationThemeChanged

#Event Data

The ApplicationThemeChanged event's handler receives an argument of the DevExpress.Xpf.Core.ThemeChangedRoutedEventArgs type.

See Also