ThemeManager.ThemeChangedWeakEvent Event
In This Article
A weak event that occurs when the application Theme is changed.
Namespace: DevExpress.Maui.Core
Assembly: DevExpress.Maui.Core.dll
NuGet Package: DevExpress.Maui.Core
#Declaration
C#
public static event EventHandler ThemeChangedWeakEvent
#Event Data
The ThemeChangedWeakEvent event's data class is EventArgs.
See Also