namespace WPFluent.Appearance; /// /// Event triggered when application theme is updated. /// /// Current application . /// Current base system accent . /// /// Event triggered when application theme is updated. /// /// Current application . /// Current base system accent . public delegate void ThemeChangedEvent(ApplicationTheme currentApplicationTheme, Color systemAccent);