Skip to main content
All docs
V25.1
  • LightweightThemeManager.CurrentThemeChanged Event

    Occurs after a theme is changed.

    Namespace: DevExpress.Xpf.Core

    Assembly: DevExpress.Xpf.Core.v25.1.dll

    NuGet Package: DevExpress.Wpf.Core

    Declaration

    public static event ValueChangedEventHandler<LightweightTheme> CurrentThemeChanged

    Event Data

    The CurrentThemeChanged event's data class is ValueChangedEventArgs<LightweightTheme>. The following properties provide information specific to this event:

    Property Description
    NewValue Gets an object that represents the new value of a specific property.
    OldValue Gets an object that represents the old value of a specific property.
    See Also