You can use the following code to detect ThemeChanged Real-Time:
Application.Current.RequestedThemeChanged += (s, a) =>{ // Respond to the theme change};
For more information, you can refer to the official document about React to theme changes.
You can use the following code to detect ThemeChanged Real-Time:
Application.Current.RequestedThemeChanged += (s, a) =>{ // Respond to the theme change};
For more information, you can refer to the official document about React to theme changes.